Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions for python3 #122

Open
NormB opened this issue Apr 6, 2024 · 0 comments
Open

Installation instructions for python3 #122

NormB opened this issue Apr 6, 2024 · 0 comments

Comments

@NormB
Copy link
Member

NormB commented Apr 6, 2024

I have installed the opensips-cli package from source using these instructions:
docs/INSTALLATION.md.

The installation failed because the use of "python setup.py install" has been deprecated:

See this document for information about replacement commands:
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/

I found that on a debian:bookworm image the following command was required if a virtual environment for the installation of python modules was not used:

python3 -m pip install --break-system-packages clean .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant