-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
orjson is outdated (Python 3.8 compat) #7313
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
Thanks for the report. We are running Read the Docs with Python 3.6 currently in development and in production. Regarding upgrading readthedocs.org/requirements/pip.txt Lines 69 to 70 in 97124cf
We should open a new PR installing the latest version of |
Thanks for the response @humitos !
Yes, will have a look! 👍 |
It would be nice if the update here could be done, my installation currently breaks because of the old orjson version. |
Hi! We will upgrade |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This works for me (python 3.7) requirements/pip.txt
|
I'm closing this issue since there is nothing actionable from our side. |
Details
Hi friends, working on a development setup where I was incidentally on Python 3.8. I think this could easily be fixed, as orjson doesn't seem to have any backwards-incompatible changes, apart from this:
Expected Result
I am not able to build ReadTheDocs w/ Python 3.8 on a system w/o Rust. I assume it's because the old Wheel doesn't come with pre-compiled binaries for Py3.8. Which is fair and expectable.
This works up until Python 3.7.
By using a newer version, it's possible again to install.
It's recommended to use
orjson>=3,<4
, see: https://github.com/ijl/orjson + several bug fixes: https://github.com/ijl/orjson/releasesActual Result
The text was updated successfully, but these errors were encountered: