-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Python 3.7.0a4 x64 Windows throws SyntaxError on library import #1116
Comments
This is already fixed in development but not published on PyPI because 3.7 is not stable. |
Thanks, didn't think I would need to use the development version, you should probably put that in the FAQ until it's published. |
I'm confused - you want them to put a note in the FAQ for everyone who happens to be using a pre-release python and expecting this to work? |
README.md on this repo shows "3.4, 3.5" as the versions that this library is compatible for. On a tangent, read this thread, npm/npm#19883 (comment) IMO, there's no good reason to explicitly call out to not use 3.7 - if somebody is aware enough to download 3.7, they're making an obvious and conscious choice to download a pre-release version of the language. See this link: Python.org Downloads - The main download presented is 3.6.4; and to get 3.7 you'd need to click into the pre-release link. |
Now python 3.7 is stable and it's the main download but still this error shows up. |
Yes, the async branch of dpy does not get updates anymore. There is a fix for the error on the repo but it has not been pushed to pypi |
what should i do then? just manually fix it? or go back to 3.6.something? |
i used the fix in the repo,thanks anyway |
okay i fixed it but run into a similar problem with the websockets module,i think i will just go back to 3.6 |
If you need 3.7, you can install websockets from the repo as this also has a 3.7 fix, but unless it's needed I'd just use 3.6.6 for now |
The text was updated successfully, but these errors were encountered: