我正在使用 Windows 10 ,我的安装目录为:
anacoda2/python2.7/python3.6/opencv/cdua10/cudnn ....
现在,我要使用以下命令安装pytorch:conda install pytorch -c pytorch
但是结果是我得到了这个错误:
C:\Users\MM>conda install pytorch -c pytorch
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- backports.functools_lru_cache
- pytorch
Use "conda info <package>" to see the dependencies for each package.
backports.functools_lru_cache
的版本为1.4
。
有人知道如何解决吗?
答案 0 :(得分:0)
在安装pytorch时,我遇到了类似的问题。我能够通过解决 在具有蟒蛇版本3.6的anaconda上创建另一个环境。