1. 程式人生 > >.CondaHTTPError: HTTP Error: Could not find URL: https://pypi.python.org/pypi/win-64/

.CondaHTTPError: HTTP Error: Could not find URL: https://pypi.python.org/pypi/win-64/

使用anaconda時遇到的問題

之前安裝過pip導致 在create -n 的時候系統在C://Users/username/.condarc 找不到對應的檔案

參考 stackoverflow上的解決方案:

http://stackoverflow.com/questions/36095385/conda-error-could-not-found-url

 resolved it by applying the following commands in the terminal:

  1. conda info

  2. cd to config file (cd /Users/select/the/folder/where/config/file/is)

  3. open .condarc (textEdit app opened the file automatically)

    From the textEdit: delete https://pypi.python.org/pypi/ and save and close .condarc file

  4. conda info (to check it deleted it)

  5. conda update conda

  6. conda update anaconda