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

4

8

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.

Lame answered 22/10, 2017 at 8:27 Comment(0)
L
7

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

Lame answered 22/10, 2017 at 10:6 Comment(1)
Yip similar to @Marcin's comment. It worked for Spacy 2.0.3 too when I tested it now.Biweekly
L
3

I found that it helps to do a

conda update conda

before doing any other upgrade/install operations

Ladyship answered 29/8, 2018 at 16:56 Comment(0)
W
1

Run command :

conda config --add pinned_packages defaults::conda
Web answered 20/9, 2018 at 15:32 Comment(0)
L
0

I had a similar problem and the problem was solved through the following solution

First:

conda install tqdm -f

then:

`conda update conda`
Leticia answered 11/5, 2021 at 14:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.