Unable to import tweepy module

Try to pip uninstall tweepy

and then again pip install tweepy

Make sure you don’t have several interpreters on your computer, if you have several, make sure that your pycharm(or any other editor you use) is configured with the same interpreter where you installed tweepy.

Leave a Comment