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

后端 未结 7 1451
囚心锁ツ
囚心锁ツ 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:28

    I have met this issue and solved it. Firstly, I made my anaconda version to be consistent with where the yaml file export from. This may be useless but i consider that consistent conda version can promise consistent base environment. Secondly, i deleted all dependencies but some 'main' packages which are i actually want to use in my yaml file.That means let these 'main' package handle dependency issues.

提交回复
热议问题