RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment

前端 未结 11 679
情歌与酒
情歌与酒 2021-02-05 02:47

Having trouble installing a third party library and I have not seen this error before using Windows 10 with Anaconda installed:

C:\\Users\\XYZ>conda env creat         


        
11条回答
  •  遥遥无期
    2021-02-05 03:06

    try conda env create --force -f python3.6-environment-windows.yml I'm not sure exactly where to place it but I use the --force whenever I run into issues like this like conda update --force conda or conda install --force ... use it as last solution since it force conda to perform the command and you might run into some issues later on

提交回复
热议问题