简体   繁体   English

康达安装(或任何其他命令)不适用于Win64

[英]conda install (or any other command) not working for Win64

I seem to be having a problem using conda on Windows x64. 我似乎在Windows x64上使用conda时遇到问题。 I installed Anaconda for Python 2.7 but every conda command fails with the same error. 我为Python 2.7安装了Anaconda,但每个conda命令均失败,并出现相同的错误。 I've had no luck with google. 我没有与谷歌的运气。 Has anyone encountered this? 有人遇到过这个吗?

"Error: Could not find URL: https://binstar.org/auto/win-64/ " The site in question 404's and I dont seem to know how to change conda from going to that website. “错误:找不到URL: https//binstar.org/auto/win-64/ ”该问题404的站点,我似乎不知道如何从该站点更改conda。

EDIT: Reinstalling (and rebooting) didn't work. 编辑:重新安装(和重新启动)不起作用。

.condarc文件中删除auto频道(可能在C:\\Users\\Your Name\\.condarc )。

I had same issue with anaconda 2.3.0 我对anaconda 2.3.0有相同的问题

The bug for me was a bogus extra line in the .condarc file, with just S on a line by itself. 对我而言,该错误是.condarc文件中多余的伪行,其.condarc仅包含S Delete that bogus line and everything worked. 删除该假行,一切正常。

If you went in and edited the .condarc file, removing the auto , you may have fixed this without even realizing it. 如果您进入并编辑了.condarc文件,并删除了auto ,则可能已经修复了它,而没有意识到。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM