-
Notifications
You must be signed in to change notification settings - Fork 728
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
下载库存在问题 #395
Comments
For Python3.11的版本尚未上传至pypi。目前可以在github上下载: |
File "", line 1027, in _find_and_load |
(geatpy_env) PS C:\Users\78434\Desktop\CarbonPrice> pip install geatpy==2.4.0 × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
找不到2.7.0版本,pip install没有这个版本,换了源也没有,那么这个版本怎么下载呢?
安装2.4.0版本又出现其他问题Collecting geatpy
Using cached geatpy-2.4.0.tar.gz (60.0 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
exit code: 1
[9 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\78434\AppData\Local\Temp\pip-install-bcfljoup\geatpy_4b64b77c6c584a3a9b24467ae63c6042\setup.py", line 75, in
findAndCopy(core_path)
File "C:\Users\78434\AppData\Local\Temp\pip-install-bcfljoup\geatpy_4b64b77c6c584a3a9b24467ae63c6042\setup.py", line 58, in findAndCopy
for files in os.listdir(path):
^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '_core/Windows/lib64/v3.1'
[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.
The text was updated successfully, but these errors were encountered: