-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
python 3.7 compatibility problem #4756
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
@stsewd make me understand that this is not urgent, so I will be working here :) |
Just to be clear, this error only happens when running rtd with python 3.7, it works fine with <=3.6. |
I'm hitting the same issue.
|
Python3.7 support was added to django 1.11.17 (released the past december) https://docs.djangoproject.com/en/2.1/releases/1.11.17/. I'll update the version soon. |
I believe Celery is also not yet compatible with 3.7. |
Yeah, celery/celery#4913 (comment), and we are blocked in the celery update #4643 |
I believe this is not an issue anymore since we upgraded celery finally. On the other hand, we are now mentioning that 3.6 is the Python version to use: https://docs.readthedocs.io/en/stable/development/install.html#requirements I'm closing it for now since we don't plan to officially support > 3.6 for now. |
While that was nice, it's sad that the documentation didn't help me realize quickly that RTF does not run with Python 3.7 (which to be honest, is very strange given that 3.7 is needed for building the docs locally!). I had to search through a related issues to find this weirdness. The fact that the hyperlink for the "Python 3.6" text in the documentation just links to the Python website homepage didn't help me either. Given that distributions have started shipping Python version > 3.6 by default (Python 3.8.2 in Ubuntu 20.04 at the time of writing), it would be great if the documentation is updated to mention that RTD doesn't support Python version > 3.6 yet for running as a least measure. Thanks. |
Details
This is the Fisrt Issue I publish, sorry If It have mistakes
Im trying to run my the readthedocs site on my machine, but I get an error.
On:
Expected Result
Server running...
Actual Result
The text was updated successfully, but these errors were encountered: