-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Building docs seems to fail randomly #2425
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
Here is an explanation about how to solve it: http://docs.readthedocs.io/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules On the other hand, in this build https://readthedocs.org/projects/datapool/builds/4443941/ Anyway, the correct way of building your docs is by mocking the C libraries. Finally, it seems that your last builds are working properly. @uweschmitt are you still having this problem? |
I found that there is also a |
Thanks for answering ! Currently I can live with the situation that the build fails from time to time and that I have to wait or retrigger a build. First I'll fix the |
I'm marking this as |
What makes me curios is the "Not overwriting existing python script" vs "Also creating executable" in the outputs I pasted above. This happens before |
Builds look more stable now on this project, and we haven't collected any build information. Closing this but feel free to reopen if there is anything we should look at. |
Details
uweschmitt
Expected Result
Without changing any setup related files the build randomly fails. I see the following output from the first step which is either:
(build 4443941 which succeeds):
or from the failing build 4443902
The main difference is Not overwriting existing python script versus Also creating executable in. Which leads to a total different behaviour in the following steps.
The text was updated successfully, but these errors were encountered: