conda returns 'Solving environment: failed'

后端 未结 8 1874
孤城傲影
孤城傲影 2020-12-15 05:24

I can not use the conda utility anymore. I use it regularly since years but lately, since I installed the python module scp (with the command conda instal

8条回答
  •  一整个雨季
    2020-12-15 05:37

    I have tried to solve this problem for some time now. Finally I figure out that you should use pip install instead of conda install. Normally we use pip install in windows command prompt and conda install in Anaconda Prompt. But for me I solved the problem by using pip install in Anaconda prompt. The output is shown below

提交回复
热议问题