You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
When trying to install openweave from PyPI (python3 -m pip install openweave) it fails unless you are using python 3.7 exactly. It fails for any other python 3.* version.
Note: there is no Ubuntu LTS release that has this version of python (18.04 has 3.6.9, 20.04 has 3.8.2).
The text was updated successfully, but these errors were encountered:
gabrbedd
changed the title
python: openweave package on pypi.org is Python 3.6 ABI *only*
python: openweave package on pypi.org is Python 3.7 ABI *only*
Apr 8, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to install openweave from PyPI (
python3 -m pip install openweave
) it fails unless you are using python 3.7 exactly. It fails for any other python 3.* version.Note: there is no Ubuntu LTS release that has this version of python (18.04 has 3.6.9, 20.04 has 3.8.2).
The text was updated successfully, but these errors were encountered: