Saturday, February 2, 2019

[python][resolved] Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall

Error message:
Found existing installation: six 1.4.1

Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall

What is the python version you are using ? Is your computer installed both version 2 and version 3?
if you use sth like the command below and got this error, try use pip3 :
pip instal python_name
such as :
pip3 instal python_name
Reference
https://www.jianshu.com/p/45fb07007ddc

No comments :

Post a Comment