pycharm导包失败后怀疑是conda里面库的版本问题,然后在命令行输入conda update --all指令后出现下面的情况
来源:2-7 课程使用环境搭建
qq_慕侠2176198
2019-02-28
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError(‘HTTPSConnectionPool(host=‘repo.anaconda.com’, port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”))’))
1回答
-
貌似是没有连接上conda的服务器。。。这个问题我也解决不了。。。
按照他的英文提示,你尝试一下能否浏览https://www.anaconda.com,如果不能浏览,需要找你的网络供应商询问,为什么不能浏览;
如果能浏览,就需要尝试给anaconda写信。。。问他们为什么在你的网络环境下,能正常浏览官网,却在conda update命令中连接不上他们的更新服务器。。。
或者,一个笨方法,看看能不能下载最新版的anaconda安装包,然后完全卸载当前你的系统中的anaconda,重新安装。
如果是著名Windows下的DLL的问题,可以参考这里,看能不能解决?https://coding.imooc.com/learn/questiondetail/99032.html
也请再检查一下,在PyCharm中,你确实选择的是Existing Interpreter,且指向的是Anaconda的Python编译器。
加油!:)
022019-03-02
相似问题