我刚买了一台新的Win10笔记本电脑并安装了Anaconda 4.3.1,它有默认的Python 3.6。根据您在https://docs.continuum.io/anaconda/pkg-docs上的说明,我应该可以在Anaconda提示窗口中使用以下命令安装Python 3.5.2 - conda install python3.5.2
但是我一直收到错误消息,指出找不到此网址,即使经常重试。确切的错误消息如下:
PS C:\Users\clive> conda install python=3.5.2
Fetching package metadata ...
CondaHTTPError: HTTP None None for url https://conda.anaconda.org/anaconda-fusion/win-64/repodata.json
Elapsed: None
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.
SSLError(SSLError(SSLError("bad handshake: Error([('asn1 encoding routines', 'ASN1_item_verify', 'EVP lib'), ('SSL routines', 'ssl3_get_server_certificate',
'certificate verify failed')],)",),),)
如何安装Python 3.5?
答案 0 :(得分:-1)
添加
ssl_verify: False
在.condarc