tweets_analyzer icon indicating copy to clipboard operation
tweets_analyzer copied to clipboard

Issue with Import Tweepy

Open darknorsesec opened this issue 7 years ago • 6 comments

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

darknorsesec avatar Oct 01 '18 18:10 darknorsesec

Same issue for me.

NickBrooks avatar Oct 09 '18 03:10 NickBrooks

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

*: pip install -r requirements.txt

fcharlier avatar Oct 09 '18 07:10 fcharlier

Reinstalled Python and now its sorted out . Thank U

On Tue, 9 Oct 2018 at 12:51 PM, François Charlier [email protected] wrote:

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

*: pip install -r requirements.txt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/x0rz/tweets_analyzer/issues/49#issuecomment-428087277, or mute the thread https://github.com/notifications/unsubscribe-auth/ApqvS6uG_WCR5gtB8do7dUexBPbA-ll-ks5ujE5jgaJpZM4XCqAe .

darknorsesec avatar Oct 10 '18 07:10 darknorsesec

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

drnic1 avatar Oct 17 '18 12:10 drnic1

for modern python3.7 you need tweepy==3.7.0

jaredmauch avatar Oct 21 '19 12:10 jaredmauch

https://github.com/x0rz/tweets_analyzer/pull/66 Should address the python 3.7 issue

jaredmauch avatar Oct 21 '19 12:10 jaredmauch