Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Import Tweepy #49

Open
darknorsesec opened this issue Oct 1, 2018 · 6 comments
Open

Issue with Import Tweepy #49

darknorsesec opened this issue Oct 1, 2018 · 6 comments

Comments

@darknorsesec
Copy link

Traceback (most recent call last):
File "tweets_analyzer.py", line 26, in
import tweepy
ImportError: No module named tweepy

The above error is appearing when i try to run the command python tweets_analyzer.py -n

@NickBrooks
Copy link

Same issue for me.

@fcharlier
Copy link

Did you install the requirements* before running tweets_analyzer.py ?

*: pip install -r requirements.txt

@darknorsesec
Copy link
Author

darknorsesec commented Oct 10, 2018 via email

@drnic1
Copy link

drnic1 commented Oct 17, 2018

I gave up troubleshooting this on Mac Osx and moved to Linux but starting another thread with my Exception KeyError

@jaredmauch
Copy link
Contributor

for modern python3.7 you need tweepy==3.7.0

@jaredmauch
Copy link
Contributor

#66 Should address the python 3.7 issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants