阿里云个 sb 把 pip 仓库改成他们内网的,结果装了几十次 pycurl 后都不能用。ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)
删掉他那垃圾仓库,用官方仓库安装导入一点问题都没有
我还特意对比了一下他仓库的版本和官方版本是一样,但就是不行。
以前用他们的 yum 仓库也是一大推软件包有问题。
[root@ECS-DB tools]# rm -rf /root/.pip/pip.conf
[root@ECS-DB tools]# pip install pycurl
Collecting pycurl
Downloading
https://files.pythonhosted.org/packages/ac/b3/0f3979633b7890bab6098d84c84467030b807a1e2b31f5d30103af5a71ca/pycurl-7.43.0.3.tar.gz (215kB)
|################################| 215kB 437kB/s
Building wheels for collected packages: pycurl
Building wheel for pycurl (
setup.py) ... done
Created wheel for pycurl: filename=pycurl-7.43.0.3-cp36-cp36m-linux_x86_64.whl size=237660 sha256=30db68a1c1acbf905d71476632316157dcbda3168cd32f8f033754712b57fc16
Stored in directory: /root/.cache/pip/wheels/89/40/f5/7b4f2285aca871b5173887a6c69127210d92806c0d3a977e51
Successfully built pycurl
Installing collected packages: pycurl
Successfully installed pycurl-7.43.0.3
[root@ECS-DB tools]# python3
Python 3.6.8 (default, Aug 7 2019, 17:28:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycurl
>>>
又浪费老子 2 小时
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/603166
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.