conda error: could not found url

后端 未结 5 1080
孤城傲影
孤城傲影 2021-01-05 21:15

recently i installed the anaconda but when i\'m open it i got this error: Error fetching package index Could not find URL: https://pypi.python.org/pypi/osx-64/

5条回答
  •  独厮守ぢ
    2021-01-05 21:38

    You should edit the condarc file, as mentioned. It is hidden, thus you may not find it right away.

    You can find it like this, from you home folder:

    find . -name ".condarc"
    

提交回复
热议问题