gpt4 book ai didi

python - SimpleITK 的 sudo easy_install 没那么容易

转载 作者:太空宇宙 更新时间:2023-11-04 05:03:09 25 4
gpt4 key购买 nike

所以...我尝试了几种方法在 Python 上下载 SimpleITK(pip 安装),但它根本不起作用! (此处:SimpleITK python 2.7.12 installation issue)现在我正在使用 easy_install 并收到此错误:

Searching for simpleitk
Reading https://pypi.python.org/simple/simpleitk/
Download error on https://pypi.python.org/simple/simpleitk/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'simpleitk' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for simpleitk
error: Could not find suitable distribution for Requirement.parse('simpleitk')

显然,这是某种我不知道如何克服的认证问题。 :/帮助

编辑:终于开始工作了!

pip install --trusted-host pypi.python.org SimpleITK

在 sudo su 模式下

最佳答案

很可能你的 python 编译时没有支持 SSL。您可以使用以下命令进行检查:

python -c 'import socket; print(hasattr(socket, "ssl"))'

关于python - SimpleITK 的 sudo easy_install 没那么容易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45192509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com