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

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

    I was also faced with the same problem on windows 10, using pycharm with anaconda (python 3.7) latest build as of feb 17,2020. Strangely enough toggling the "use conda package manager" on the project interpreter page in pycharm's settings allowed me to update numpy and install packages normally. Try installing a package without the conda package manager and with the conda package manager. Good luck!

    0 讨论(0)
提交回复
热议问题