Skip to content

Different install procedure for Python 3.10.9 #15

Description

@makafre

Thank you for this contribution !
To make it work using Python 3.10.9 I had to use pip instead of the provided setup.py:

cd pjsip-apps/src/
git clone https://github.com/mgwilliams/python3-pjsip.git
cd python3-pjsip
python setup.py build
pip install .

..otherwise I would always end up with the following error :

ImportError: /usr/local/python-3.10.9/lib/python3.10/site-packages/_pjsua.so: undefined symbol: pjsuaStart

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions