x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

Issue with Import Tweepy #49

Open darknorsesec opened 5 years ago

darknorsesec commented 5 years ago

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 commented 5 years ago

Same issue for me.

fcharlier commented 5 years ago

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

*: pip install -r requirements.txt

darknorsesec commented 5 years ago

Reinstalled Python and now its sorted out . Thank U

On Tue, 9 Oct 2018 at 12:51 PM, François Charlier notifications@github.com 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 .

drnic1 commented 5 years ago

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

jaredmauch commented 4 years ago

for modern python3.7 you need tweepy==3.7.0

jaredmauch commented 4 years ago

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