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

Doc build killed during pip installation of large (~190 MB) dependency #3116

Labels
Support Support question

Comments

@smurching
Copy link

smurching commented Sep 21, 2017

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.

@smurching 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
@agjohnson
Copy link
Contributor

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.

@agjohnson agjohnson added the Support Support question label Oct 28, 2017
@humitos
Copy link
Member

humitos commented Dec 26, 2017

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