conda error: could not found url

后端 未结 5 1088
孤城傲影
孤城傲影 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:32

    I 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

提交回复
热议问题