-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Dependencies problem during installation #7567
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
What version of python are you using? We currently only support 3.6 |
I am using Python 3.8.3. That could be the problem.
However, It seems to work fine now.
čt 15. 10. 2020 v 19:05 odesílatel Santos Gallegos <[email protected]>
napsal:
… What version of python are you using? We currently only support 3.6
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTQJ3VQZTI3F44PKXHD4ITSK4TWRANCNFSM4SSIBG5Q>
.
|
We are working into support 3.8 #7421 |
Hi @filipito! I recommend you to follow this guide instead, https://docs.readthedocs.io/en/stable/development/standards.html, which is what the Core Team uses in a daily basis and where we can provide you help with. The guide that you were following may be outdated and we don't offer support on that one. |
Hello @humitos, thank you for the link. I will follow it next time. |
Hello, opening this issue as I had problems with installation of Read the Docs I did according to this page.
After running the following command
pip install -r requirements.txt
an error with dependencies of serde_json occured. It was trying to clone a non-existing repository.
Probably caused by strict demand of orjson version 2.0.7.
After installing orjson version 3.4.0 everyting works.
I suggest not to demand orjson version 2.0.7.
Details
The text was updated successfully, but these errors were encountered: