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

前端 未结 11 684
情歌与酒
情歌与酒 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:13

    conda update --force conda
    

    will solve : Verifying transaction: failed Remove Error: 'request' is a dependency of conda and cannot be removed from conda is operating environment.

提交回复
热议问题