OS X Uninstall a distutils installed project

前端 未结 4 747
星月不相逢
星月不相逢 2021-01-05 16:12

I\'m on El Capitan and I want to install numpy with pip. However I get the following error:

Detected a distutils installed project (\'numpy\') which we canno         


        
4条回答
  •  独厮守ぢ
    2021-01-05 16:56

    It might be that your item was installed with anaconda. For your numpy, Try:

    conda uninstall numpy
    

    I got the same error, and this fixed it for me.

提交回复
热议问题