-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Anaconda not updating packages synchronously. Equality Pin? #160
Comments
+1, we have been struggling with this in LightGBM's CI for a while now. I've been doing a lot of investigation of this, see for example microsoft/LightGBM#4307 (comment) I didn't know about |
Note that dask and distributed are included in the Anaconda "individual edition" downloader, so the number of people installing dask from defaults is probably somewhat less than you might think. |
For reference, we've been using equality pinning for the last couple of |
It looks like conda packages
However, it seems To test: docker run \
--env CONDA_ENV=base \
-it continuumio/miniconda3 \
/bin/bash \
-c "conda install -q -y -n base dask=2021.5.0" which produces the following:
|
cc @csoja (also thank you all for pushing the more recent versions. That should definitely stop a lot of the bleeding) |
Quick note, Anaconda isn't publishing dask and distributed packages synchronously ContinuumIO/anaconda-issues#12447
This encourages us to use equality pinning more strictly I think. I think that is someone does
conda install dask
today with onlydefaults
then they get a non-working installation.The text was updated successfully, but these errors were encountered: