20170319 - pycurl 提示 libcurl link-time version is older than compile-time version

使用 conda update anaconda 升级后,运行程序得到如下提示:

ImportError: pycurl: libcurl link-time version (7.45.0) is older than compile-time version (7.52.1)

网上查解决办法,如下:

pip uninstall pycurl
export PYCURL_SSL_LIBRARY=openssl
pip install pycurl

实际中,执行两次

pip uninstall pycurl

再执行

pip install pycurl

即解决。

 

posted on 2017-03-19 13:32  Eric Lee  阅读(2446)  评论(0编辑  收藏  举报

导航