-
Notifications
You must be signed in to change notification settings - Fork 299
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
import Error "TypeError: 'type' object is not subscriptable" #179
Comments
Please try adding |
It shows the following error
is future this pacakge? https://pypi.org/project/future/ |
I think it's a built in package. Could you try |
add string ',annotations' at the end of line 27 in stockstats.py |
This doesnt work for me from future import unicode_literals, annotations Traceback (most recent call last): |
My original problem has been solved by changing the python version. |
What's the python version that has this error? |
does not work, it shows the following error messages.
The text was updated successfully, but these errors were encountered: