Skip to content

Installation instructions for python3 #122

@NormB

Description

@NormB

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions