windows下添加conda源出现404错误解决方案。

  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

你可能感兴趣的:(windows下添加conda源出现404错误解决方案。)