Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

conda-forge::tqdm-4.19.4-py_0 - CondaError: Cannot link a source that does not exist

I'm trying to install SpaCy on Windows 7 using Conda and getting the following error:

conda install -c conda-forge spacy

tqdm-4.19.4-py 100% |###############################| Time: 0:00:00 804.27 kB/s
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'conda-forge::tqdm-4.19.4-py_0'.
CondaError: Cannot link a source that does not exist. C:\Users\xxxxx\AppData\Local\Continuum\Anaconda3\Scripts\conda.exe
Attempting to roll back.

Has anyone else go this and managed to resolve it? I would use Linux if I had a choice but sadly don't.

like image 927
user1761806 Avatar asked Oct 22 '17 08:10

user1761806


3 Answers

Ok think I finally solved it. Try doing running: conda install tqdm first.

like image 107
user1761806 Avatar answered Nov 13 '22 09:11

user1761806


I found that it helps to do a

conda update conda

before doing any other upgrade/install operations

like image 40
Hamza Avatar answered Nov 13 '22 08:11

Hamza


Run command :

conda config --add pinned_packages defaults::conda
like image 42
Muhammad Asad Gulzar Avatar answered Nov 13 '22 09:11

Muhammad Asad Gulzar