【问题标题】:conda-forge::tqdm-4.19.4-py_0 - CondaError: Cannot link a source that does not existconda-forge::tqdm-4.19.4-py_0 - CondaError:无法链接不存在的源
【发布时间】:2021-05-11 22:17:47
【问题描述】:

我正在尝试使用 Conda 在 Windows 7 上安装 SpaCy 并收到以下错误:

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.

有没有其他人解决了这个问题?如果可以选择,我会使用 Linux,但遗憾的是没有。

【问题讨论】:

    标签: anaconda conda spacy


    【解决方案1】:

    好吧,我想我终于解决了。 尝试运行:conda install tqdm 先。

    【讨论】:

    • Yip 类似于@Marcin 的评论。当我现在测试它时,它也适用于 Spacy 2.0.3。
    【解决方案2】:

    我发现这样做很有帮助

    conda 更新 conda

    在进行任何其他升级/安装操作之前

    【讨论】:

      【解决方案3】:

      运行命令:

      conda config --add pinned_packages defaults::conda
      

      【讨论】:

        【解决方案4】:

        我也遇到过类似的问题,通过以下方案解决了问题

        第一:

        conda install tqdm -f

        然后:

        `conda update conda`
        

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2020-09-25
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2019-04-04
          • 1970-01-01
          相关资源
          最近更新 更多