Closed
Description
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.