-
Notifications
You must be signed in to change notification settings - Fork 57
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
Generator expression must be parenthesized #40
Comments
Had the same issue, looks like this only works with python 3.6 at present |
Same for me( |
Currently building something with Python 3.6, Django 1.10 and Django REST Framework 3.8.2. I stuck with 1.10 since that seems to be the last documented version that they said they support. I do eventually plan to move away from this though since I'm not sure how development looks down the line for this. |
I am using Django 2.0.1 and it's working okay |
Ah, thanks for the information. I'll try updating and check if it doesn't break anything else. |
Hello, File "\site-packages\thorn_state.py", line 6, in Is there some way to solve this other than going lower on all the versions? |
I am currently using python 3.8, Django 3.0.2 thorn 1.5.2 in Arch Linux. When I try to import thorn to my script it returns following error:
The text was updated successfully, but these errors were encountered: