-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Missing dependencies (requests) #51
Comments
I have the same issue. I can't get vaderSentiment.py to run at all. Several errors, and being new to Python, I have no idea how to troubleshoot. |
Hi @ianthebeard, you can type Then run VADER again. Hope this helps! |
Awesome! Thank you
…On Fri, Aug 10, 2018 at 9:10 PM Martin Breuss ***@***.***> wrote:
Hi @ianthebeard <https://github.com/ianthebeard>, you can type pip
install requests in your console to resolve this issue.
Then run VADER again. Hope this helps!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQDACahj2UPgWesv0y3cpjiCcLm0iqXeks5uPlkagaJpZM4VydZl>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
When attempting to run
vaderSentiment
after installing it in my venv with the suggestedpip install vaderSentiment
, I got the following error:Seems that
requests
is an implicit(?) dependency.I looked for a
requirements.txt
but not sure that's how it works with packages up on PyPI.My
pip freeze
suggests that arequirements.txt
forvaderSentiment
could look like this:If this is helpful, I can create one and make a PR? But maybe there are other reasons for this not to be included that I am not aware of.
Let me know if this is something I can help with - would gladly do so :)
The text was updated successfully, but these errors were encountered: