-
Notifications
You must be signed in to change notification settings - Fork 454
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
Comments
Same issue for me. |
Did you install the requirements* before running tweets_analyzer.py ? *: |
Reinstalled Python and now its sorted out . Thank U
…On Tue, 9 Oct 2018 at 12:51 PM, François Charlier ***@***.***> 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
<#49 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApqvS6uG_WCR5gtB8do7dUexBPbA-ll-ks5ujE5jgaJpZM4XCqAe>
.
|
I gave up troubleshooting this on Mac Osx and moved to Linux but starting another thread with my Exception KeyError |
for modern python3.7 you need tweepy==3.7.0 |
#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
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
The text was updated successfully, but these errors were encountered: