Skip to content
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

Docs fail to build #9

Closed
thangleiter opened this issue Feb 25, 2020 · 2 comments · Fixed by #10
Closed

Docs fail to build #9

thangleiter opened this issue Feb 25, 2020 · 2 comments · Fixed by #10

Comments

@thangleiter
Copy link
Member

Readthedocs sometimes (it's unclear to me why only sometimes) kills the build process due to excessive memory consumption of the conda environment solver.

This could be solved by

  • switching to a pip-only build w/o a conda environment. However, in this case qutip needs to be compiled, which at the moment fails because it requires cython at install time (which is not installed by default on the readthedocs docker image). See Installing as external dependency fails if Cython is missing qutip/qutip#1174.
  • conda not solving even though an environment.yml file with pinned versions is passed to the command that creates the environment. For now, conda seems to solve the environment despite pinned version numbers. See here for the conda Google groups question.
thangleiter added a commit that referenced this issue Feb 27, 2020
@thangleiter thangleiter reopened this Mar 2, 2020
@thangleiter
Copy link
Member Author

Builds still fail sometimes. Since this is a readthedocs issue, see e.g. readthedocs/readthedocs.org#6710.

@thangleiter
Copy link
Member Author

Seems to have been fixed upstream. Builds working reliably.

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

Successfully merging a pull request may close this issue.

1 participant