Can't install/update packages using pip or conda CONT'D

雨燕双飞 提交于 2020-03-04 17:00:50

问题


Same issue to in this thread:

Can't install/update packages using pip or conda

I'm trying to revert back to old environment, but get the same trying to install/update.

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/r/osx-64/repodata.json>
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/r/osx-64/repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.",))',),)

See mervs comment: "Have there been any recent changes to your base env? (Check /Users/annaberman/anaconda3/conda-meta/history). I'd be looking for something like changes to six, requests, openssl, libssl, conda"

I have made changes here having tried to fix a separate issue (now fixed)

https://github.com/conda/conda/issues/8920

So, I'm pretty sure I know what has caused the issue, I have no idea how to troubleshoot further.

Is it possible to install a revision with miniconda?

Any help is much appreciated!

Iain

来源:https://stackoverflow.com/questions/60416320/cant-install-update-packages-using-pip-or-conda-contd

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!