-
Notifications
You must be signed in to change notification settings - Fork 57
type error 'type' object is not subscriptable #6
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
Comments
Also facing the same issue. |
I tried to revise the part "tuple[]" to "tuple([])".And then it works,. There are a lot of palces which need to be revised. I don't know if this is right, but it really works. |
I think that is because of version mismatch. (I encountered that before) The requirements.txt is in the repo. |
This is particularly because of python version. |
I did the following and it works
then wherever tuple was there i replaced with Tuple |
I meet this problem when I run the main file. I don't know how to fix it.
The text was updated successfully, but these errors were encountered: