If you run pip uninstall setuptools
, the next time you use pip
Traceback (most recent call last):
File "/usr/local/bin//pip", line 6, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
I get an error saying that I can't do anything.
python -m pip install setuptools
Let's hit
Don't delete setuptools
By the way, this is the first post of qiita.
Recommended Posts