简体   繁体   English

无法在Windows 10 x64计算机上使用Anaconda3 ver 4.3.1“ conda安装'anything'”

[英]unable to “conda install 'anything' ” with Anaconda3 ver 4.3.1 on Windows 10 x64 computer

I just bought a new Win10 laptop and installed Anaconda 4.3.1 which has the default Python 3.6. 我刚刚购买了一台新的Win10笔记本电脑,并安装了带有默认Python 3.6的Anaconda 4.3.1。 According to your instructions on: https://docs.continuum.io/anaconda/pkg-docs , I should be able to install Python 3.5.2 with the following command in the Anaconda prompt window - conda install python3.5.2 but I keep getting error messages that this url can not be found, even after frequent retries. 根据您在https://docs.continuum.io/anaconda/pkg-docs上的说明,我应该能够在Anaconda提示窗口中使用以下命令安装Python 3.5.2- conda install python3.5.2但我保留收到错误消息,即使频繁重试也找不到此URL。 The exact error message is as follows: 确切的错误消息如下:

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')],)",),),)

How do I install Python 3.5? 如何安装Python 3.5?

添加ssl_verify: False

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Anaconda (Windows x64) 中为 Python 3.8 安装 Tensorflow 2.2 - Install Tensorflow 2.2 for Python 3.8 in Anaconda (Windows x64) 无法在我的 Windows 10 x64 机器上安装scrapy - Not able to install scrapy in my windows 10 x64 machine Windows-64位-Anaconda3-安装Scrapy-错误 - Windows - 64 Bit - Anaconda3 - Install Scrapy - Error Python:无法easy_install(Windows 7 x64) - Python: Unable to easy_install (Windows 7 x64) Windows 10上Anaconda3如何获取安装包的权限? - How do obtain permissions to install packages for Anaconda3 on Windows 10? Anaconda3自定义安装位置:'conda'不起作用 - Anaconda3 Custom Install Location: 'conda' Not Working ModuleNotFoundError:在 Windows 10 x64、Anaconda 和 spyder 4.0.1 和 python 37 上没有名为“tensorflow”的模块。 - ModuleNotFoundError : No module named 'tensorflow' on Windows 10 x64, Anaconda with spyder 4.0.1 and python 3.7 如何在Anaconda x64上安装Yandex CatBoost? - How to install Yandex CatBoost on Anaconda x64? 'Conda list' 显示 folium 已安装,但无法“导入 folium”(anaconda x64) - 'Conda list' shows folium is installed, but cannot "import folium" (anaconda x64) 如何在Anaconda版本中安装theano。 2.1适用于Python 3.4的Windows 64位? - How do I install theano in Anaconda ver. 2.1 Windows 64 bit for Python 3.4?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM