-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
NotImplementedError raised when sphinx-autobuild tries to start tornado server on Python 3.8 #77
Comments
Whee. Looks like a bug to be fixed. PRs welcome. |
Actually, it looks like it was something that needed a fix in a dependency, either I tried out Honestly, from a quick look at the code here in the repo, I don't know if it even could have been fixed from within For reference, the working environment (Python 3.8.1, Win10):
|
This has been fixed in livereload: lepture/python-livereload#209 (comment) |
Transferred from tornadoweb/tornado#2756 based on discussion there.
I just upgraded my Windows Python to 3.8.0 amd64, and now
sphinx-autobuild
is failing when it tries to bring up the web server. Based on the traceback, it looks to be a problem intornado
, trying to use a non-implemented (no-longer-implemented-in-3.8-on-Windows?) asyncio feature.This comment gives a recommended solution:
Traceback:
Packages in the environment:
The text was updated successfully, but these errors were encountered: