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

In Python 3.5 #18

Closed
pablofernandezorg opened this issue Dec 2, 2016 · 2 comments
Closed

In Python 3.5 #18

pablofernandezorg opened this issue Dec 2, 2016 · 2 comments

Comments

@pablofernandezorg
Copy link

Traceback (most recent call last):
File "/Users/pablofernandez/Desktop/StockMarket/stocktwits.py", line 37, in
from vaderSentiment.vaderSentiment import sentiment as vaderSentiment
File "/Users/pablofernandez/anaconda/lib/python3.5/site-packages/vaderSentiment/vaderSentiment.py", line 20, in
reload(sys)
NameError: name 'reload' is not defined

@pablofernandezorg
Copy link
Author

resolved for python 3.5
from imp import reload

ronjohn4 added a commit to ronjohn4/vaderSentiment that referenced this issue Dec 2, 2016
In Python 3.5 cjhutto#18
Python 3 cjhutto#11
Python 3 cjhutto#10
Print statement format not supported in Python 3.x cjhutto#19
@cjhutto
Copy link
Owner

cjhutto commented Dec 13, 2016

Thanks! The new update has better compatibility support for Python 3.

@cjhutto cjhutto closed this as completed Dec 13, 2016
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

2 participants