【问题标题】:Install wand package in Conda on Windows在 Windows 上的 Conda 中安装 wand 包
【发布时间】:2020-08-10 06:58:09
【问题描述】:

作为 Conda 新手,我正在寻求安装魔杖的帮助。我在这台机器上成功地在 Conda 之外安装和使用了魔杖。我在系统范围内运行 ImageMagick-7.0.10-Q16-HDRI。当我跑步时:

conda install -c conda-forge wand

conda install -c conda-forge/label/cf202003 wand

按照conda forge 的建议,结果如下:

conda install -c conda-forge/label/cf202003 wand
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:

  - feature:/win-64::__cuda==10.2=0

Your installed CUDA driver is: 10.2

【问题讨论】:

    标签: python windows imagemagick conda wand


    【解决方案1】:

    事实证明 conda 错误消息具有误导性。 conda-forge 的魔杖包有误。相反,我通过 pip 安装了魔杖:

    conda install pip
    pip install Wand
    

    【讨论】:

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