-
-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install using pip #1946
Comments
如何重现此错误(命令行选项/条件):# install from pypi |
screenshot ? |
Hi, please, provide the logs. |
I meet this problem as well. Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
D:\anaconda\envs\ai\lib\site-packages\setuptools\_distutils\dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
error in arabic_reshaper setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
[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. |
Same issue with WSL Ubuntu |
Thank you, @Donixon @dingdinglz @cao202412. As a temporary measure, I suggest installing Maigret from the repository until I publish the new release in PyPi: pip install git+https://github.com/soxoj/maigret Please check and let me know if this solution works for you. |
Thank you for your help , this method can solve my problem. |
Checklist
Description
pip 24.3.1 from (python 3.13)
How to reproduce this bug (commandline options / conditions):
I get the error when attempting to install on Windows 10.
The text was updated successfully, but these errors were encountered: