-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
conda version used at RTD contains bug -- newer version available #3150
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 this is the problem - which I think is fixed in newer conda versions. thanks for the help |
Is there any ETA for an update of conda on RTD? |
I'm trying to locate where the conda version is specified in the codebase, and I can't. @wkerzendorf how do you know that it is version 4.3.11? |
@RichardLitt I'm not sure what you mean. The conda version used by rtd is 4.3.11 (and you can see that in the log). This conda version has problems resulting in the observed error. The easiest would be to update rtd to a newer conda version. Does that help? |
@wkerzendorf Cool. I was trying to see if we could make a PR, but it sounds like this is a support issue. Labelling it appropriately. |
@RichardLitt thank you for your help. If there are things we can help with (like testing) please let us know. |
The conda version is specified in the docker build image: https://github.com/rtfd/readthedocs-docker-images/blob/master/Dockerfile#L54 |
@agjohnson how long until our fix trickles through to the actual docker images. I just built right now and it is still version 4.3.11. |
I've just deployed the new images to our build servers. You can try a build now and should get the correct version of conda. |
I haven't heard anything back to the contrary, so I'll close this. Feel free to reopen if the new build images didn't fix this problem. I added automated tracking of the conda version releases through our CI: So we'll get CI failures when conda releases new versions. Hopefully this helps us keep more up to date. |
@RichardLitt @agjohnson works like a charm - thank you |
Details
http://tardis.readthedocs.io/en/latest/
https://readthedocs.org/projects/tardis/builds/6084573/
rtd user wkerzendorf
Expected Result
We want to use the new conda build system to install our requirements.
Actual Result
The conda version used at RTD is 4.3.11 - the bug that we encounter is
ValidationError: Value for sha256 cannot be None
that should be fixed in 4.3.14 according to conda/conda#5278
The text was updated successfully, but these errors were encountered: