【发布时间】:2020-02-12 21:30:35
【问题描述】:
我认为 python 3.7 仍然存在 tensorflow 问题,甚至是 tensorflow2。
所以我将 python 3.7 降级到 3.6。我正在使用 conda install python=3.6。它失败了,请参阅下面的错误消息。是因为公司的防火墙政策吗?基本上,我不能使用任何 conda 命令。使用 pip 很好。有什么建议吗?谢谢。
(base) C:\Users>conda install python=3.6
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_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/main/win-64/current_repodata.json (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routines\', \'tls_process_server_certificate\', \'certificate verify failed\')])")))'))
【问题讨论】:
标签: conda