-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Doc build killed during pip installation of large (~190 MB) dependency #3116
Closed
smurching opened this issue
Sep 21, 2017
· 2 comments
· Fixed by 47-studio-org/readthedocs.org#43 or 47-studio-org/readthedocs.org#58 · May be fixed by meonBot/readthedocs.org#4, MarcelRaschke/readthedocs.org#45 or devcode1981/readthedocs.org#25
Closed
Doc build killed during pip installation of large (~190 MB) dependency #3116
smurching opened this issue
Sep 21, 2017
· 2 comments
· Fixed by 47-studio-org/readthedocs.org#43 or 47-studio-org/readthedocs.org#58 · May be fixed by meonBot/readthedocs.org#4, MarcelRaschke/readthedocs.org#45 or devcode1981/readthedocs.org#25
Labels
Support
Support question
Comments
smurching
changed the title
Doc build killed during pip installation of large (~180 MB) dependency
Doc build killed during pip installation of large (~190 MB) dependency
Sep 21, 2017
This looks to be hitting a memory limit. Docker doesn't always give us a reasonable exit code or kill reason. If you don't need the dependency for you documentation directly, I'd suggest mocking out the dependency. You can find an example in our docs. |
Hi @smurching! I'm closing this one since there was a solution proposed here. Feel free to reopen if you consider. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
Expected Result
I'm trying to publish docs for spark-sklearn & am testing out the readthedocs build on my personal fork.
Actual Result
The build attempts to install a ~190 MB dependency via
pip install pyspark
and is killed.I'm not sure why this is happening; the only build env limitations I can find are the 15 min, 1 GB RAM limitations described at http://docs.readthedocs.io/en/latest/builds.html#build-process.
The text was updated successfully, but these errors were encountered: