繁体   English   中英

如何修复:unsatisfiableerror:发现以下规范存在冲突

[英]how to fix :unsatisfiableerror: the following specifications were found to be in conflict

如讲座“python for computer vision with opencv and deep learning”(udemy 课程)所示,我正在使用课程提供的 yml 文件创建一个环境。 我收到以下错误

unsatisfiableerror: the following specifications were found to be in conflict: - mkl==2019.0=118 - mkl_random==1.0.1=py36h77b88f5_1 -> mkl[version='>=2018.0.3,<2019.0a0']use "conda info <package>" to see the dependencies for each package.

这是困扰我的两个包

mkl 2019.0 118
--------------
file name   : mkl-2019.0-118.tar.bz2
name        : mkl
version     : 2019.0
build string: 118
build number: 118
channel     : https://repo.anaconda.com/pkgs/main/win-64
size        : 178.1 MB
arch        : None
constrains  : ()
license     : proprietary - Intel
license_family: Proprietary
md5         : 90ec1f3a6ebafff38eec2d318ef8cf52
platform    : None
subdir      : win-64
timestamp   : 1537292603098
url         : https://repo.anaconda.com/pkgs/main/win-64/mkl-2019.0-118.tar.bz2
dependencies:
    intel-openmp

mkl_random 1.0.1 py36h77b88f5_1
-------------------------------
file name   : mkl_random-1.0.1-py36h77b88f5_1.tar.bz2
name        : mkl_random
version     : 1.0.1
build string: py36h77b88f5_1
build number: 1
channel     : https://repo.anaconda.com/pkgs/main/win-64
size        : 268 KB
arch        : None
constrains  : ()
license     : BSD 3-Clause
md5         : a620e0e1acb966de2071824225183022
platform    : None
subdir      : win-64
timestamp   : 1531594541407
url         : https://repo.anaconda.com/pkgs/main/win-64/mkl_random-1.0.1-py36h77b88f5_1.tar.bz2
dependencies:
    blas 1.0 mkl
    numpy >=1.11.3,<2.0a0
    python >=3.6,<3.7.0a0
    vc 14.*
    mkl >=2018.0.3,<2019.0a0

在记事本等文本编辑器中打开 yml 文件,然后只需删除带有错误的那一行。 yml 字段只是一个文本文件

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM