-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
built error (remove entries from nonexistent file) on some branches and not others #3149
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
@RichardLitt FYI this is now failing on all branches (master, latest, develop) |
? not sure what you mean. I did not change anything in the admin part of the project on |
That error looks like it is a conda issue - so I wanted to make sure that you weren't touching that elsewhere. If you don't know what that means, that helps us out, as it means it is probably an error on our end. Thanks! |
I have changed the requirements.txt slightly but this does not seem to be the issue indeed since this part of the build is succesfull as shown here : http://readthedocs.org/projects/sequana/builds/6094359/ |
FYI in RTD, the error occurs at the third stage when executing the command:
|
@RichardLitt sorry to sound a bit impatient, I was wondering whether you had any feedbacks or clues about what is happening on this project ? or whether you need further help from my side ? I'll be willing to do tests if that helps. |
@cokelaer Sorry to hear you need this sooner! I unfortunately don't know what the problem is - I'm helping out with triaging to make it easier for other maintainers, but can't diagnose this one any further at the moment. |
I am quite sure that this issue is cause of Conda. Updating conda version should fix it. |
I have added urllib3=1.22 in my conda environment in the environment.yml file |
Details
Expected Result
successful built
Actual Result
The built on RTD works in general but the latest built may fail on some branches and not others. For instance the build fails on the "develop" branch that is identical to "latest" branch, which passes.
In the develop branch the error message is
for example: https://readthedocs.org/projects/sequana/builds/6084575/
thanks for any feedbacks or help
The text was updated successfully, but these errors were encountered: