cannot import name is_secure_transport cannot import name is_secure_transport django django

cannot import name is_secure_transport


Updating the oauthlib version definitely works.

Just do this:

sudo pip install --upgrade oauthlib 


you should uninstall tweepy, upgrade oauthlib and then reinstall tweepy as root:

sudo pip uninstall tweepysudo pip install oauthlib --upgradesudo apt-get install python-tweepy

Had the same problem and this worked fine for me.