OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
84 stars 46 forks source link

Installation instructions for python3 #122

Open NormB opened 3 months ago

NormB commented 3 months ago

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 .