1 | ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-timessl backend (none/other) |
这个问题是可以用重新安装解决
1 | pip uninstall pycurl |
但是这里有一个坑:在高版本的mac系统环境变量里是找不到openssl的头文件的
1 | pip uninstall pycurl# 卸载库 |
环境信息:
Mac High Sierra 10.13.2
Python 3.6.0
pip 9.0.1
pycurl (7.43.0.1)