将.yml文件导入到anaconda错误:“解决环境:失败。”

时间:2019-10-10 23:01:39

标签: python macos conda

我的朋友将所有依赖项保存在.yml文件中。

name: CBGoogleScraper 
channels:
  - defaults 
dependencies:
  - alabaster=0.7.12=py37_0
  - appdirs=1.4.3=py37h28b3542_0
  - asn1crypto=0.24.0=py37_0
  - astroid=2.2.5=py37_0
  - atomicwrites=1.3.0=py37_1
  - attrs=19.1.0=py37_1
  - automat=0.7.0=py37_0
  - babel=2.6.0=py37_0
  - backcall=0.1.0=py37_0
  - blas=1.0=mkl
  - bleach=3.1.0=py37_0
  - ca-certificates=2019.1.23=0
  - certifi=2019.3.9=py37_0
  - cffi=1.12.2=py37h7a1dbc1_1
  - cloudpickle=0.8.1=py_0
  - colorama=0.4.1=py37_0
  - constantly=15.1.0=py37h28b3542_0
  - cryptography=2.6.1=py37h7a1dbc1_0
  - cssselect=1.0.3=py37_0
  - decorator=4.4.0=py37_1
  - defusedxml=0.5.0=py37_1
  - docutils=0.14=py37_0
  - entrypoints=0.3=py37_0

...

但是当我尝试在环境中导入它时,我失败了。终端显示以下消息:

  

解决环境:失败。

我使用了命令

conda env update -f My-environment.yml

0 个答案:

没有答案