Skip to content

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

Closed
filipito opened this issue Oct 15, 2020 · 5 comments
Closed

Dependencies problem during installation #7567

filipito opened this issue Oct 15, 2020 · 5 comments
Labels
Support Support question

Comments

@filipito
Copy link

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

  • Read the Docs project URL: No project yet
  • Build URL (if applicable):
  • Read the Docs username : filipito
@stsewd stsewd added the Support Support question label Oct 15, 2020
@stsewd
Copy link
Member

stsewd commented Oct 15, 2020

What version of python are you using? We currently only support 3.6

@filipito
Copy link
Author

filipito commented Oct 15, 2020 via email

@stsewd
Copy link
Member

stsewd commented Oct 15, 2020

We are working into support 3.8 #7421

@stsewd stsewd closed this as completed Oct 15, 2020
@humitos
Copy link
Member

humitos commented Oct 15, 2020

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.

@filipito
Copy link
Author

filipito commented Oct 15, 2020

Hello @humitos, thank you for the link. I will follow it next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants