Reference:
PIP “cannot install ‘six’. It is a distutils installed project…” solution
When upgrading six, we encountered the problem of unable to install. The error log is as follows:
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.
Cause of error: Six issue when installing package
Solution:
sudo pip install six --upgrade --ignore-installed six
Similar Posts:
- Mac OS uses pip to install pandas prompt cannot install ‘numpy’ solution
- [Solved] error: cannot uninstall ‘llvmlite’. It is a distutils installed project
- Ubuntu18.04 (Python3.9) Error: ImportError: Cannot import name ‘sysconfig’ from ‘distutils’
- Solution for oserror: [errno 1] operation not permitted encountered when installing tensorflow
- Ubuntu20.04 server Error: Failed to restart docker.service: Unit docker.service not found
- Mac uses graphviz package to report error failed to execute posixpath (‘dot ‘)
- [Solved] Apt-get -f install Error: No apport report written because MaxReports is reached already Errors were…
- [Solved] Python pip install Error: OSError: [Errno 1] Operation not permitted
- How to Solve Error: Your GStreamer installation is missing a plug-in
- 4 ways to update to the latest Node.js version on a Mac