Create conda environment: “Found conflicts!” when solving environment and “Finding shortest conflict path” running forever

后端 未结 7 1439
囚心锁ツ
囚心锁ツ 2020-12-18 20:15

I was provided with an environment.ubuntu.yml file to be able to create a conda environment. However, running conda create env --file environment.ubuntu.y

7条回答
  •  悲哀的现实
    2020-12-18 20:42

    For me adding the following to the yaml file worked:

    channels:
      - conda-forge
      - defaults
      - conda-forge/label/broken
    

提交回复
热议问题