Cannot Install Any Packages With Pip I Got This Error Importerror: Cannot Import Name 'appdirs'
When I try install any packages with pip or use pip I got the following error: ImportError: cannot import name 'appdirs' an Example: !pip install tweepy Traceback (most recent cal
Solution 1:
Looks like your pip
is broken.
You can try to reinstall pip - how to do it is explained here.
Post a Comment for "Cannot Install Any Packages With Pip I Got This Error Importerror: Cannot Import Name 'appdirs'"