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
Describe the bug
I am not able to install anonympy with python 3.10
To Reproduce
Steps to reproduce the behavior:
install pyhton 3.10
pip install anonympy
I get
Collecting anonympy
Downloading anonympy-0.3.7.tar.gz (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 6.0 MB/s eta 0:00:00
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in anonympy setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6*'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Expected behavior
It must be installed without any error
Desktop (please complete the following information):
OS: Linux ubuntu
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
There should be another release. This bug seems to be related to a pip update where they switched to regex parsing in preparation for future PEP changes. It does not break in many cases where it is a >3.6.* however the 3.6* won't fly. The code is already fixed but having to clone and then install manually whatever is the current main branch status is not a good solution. Nor is installing an older pip.
Could someone with more insight to current repo status release a new version.
Describe the bug
I am not able to install anonympy with python 3.10
To Reproduce
Steps to reproduce the behavior:
pip install anonympy
I get
Expected behavior
It must be installed without any error
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: