Different error messages when using pip install, pip list ect

后端 未结 1 1023
北荒
北荒 2020-12-07 02:10

I was attempting to fix another issue when i tried to do pip uninstall scikit-learn After doing that I received red text such as:

pip install          


        
相关标签:
1条回答
  • 2020-12-07 02:56

    A similar problem is addressed in this Issue on the pip GitHub repository.

    The recommendation in your case would be to go into

    c:\users\james\appdata\local\programs\python\python37\lib\site-packages
    

    and, for each folder that starts with "-", delete it and reinstall the corresponding package.

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