Replies: 6 comments 6 replies
-
cc @beckermr (as I believe we had discussed this issue and you wanted a more recent example) |
Beta Was this translation helpful? Give feedback.
-
AIUI the cause is there are two jobs that have a race condition and both try to upload the same package. If they both do so roughly at the same time, Anaconda.org will accept both packages (even though they are duplicates of one another). Have seen this issue outside of conda-forge. The net result is one can't download either package. So attempting to install the package will fail. The only solution I've found to work is to delete the duplicate packages. Marking broken or otherwise handling the issue doesn't work. In particular I normally delete the ones that have That all being said, maybe we give some time for others to see this issue so they can dig into the context for how this happened in this instance |
Beta Was this translation helpful? Give feedback.
-
cc @jezdez |
Beta Was this translation helpful? Give feedback.
-
This is afaik still like @jakirkham described it... so the duplicated package with download number 0 has to be removed from anaconda.org. This then either resolves with the next sync or also the sync instance requires some intervention. This is quite an old package... this should not happen for new uploads anymore. Also pinging @barabo |
Beta Was this translation helpful? Give feedback.
-
The explanation from @jakirkham is not right. The code we have that does have a race condition is from cfep-13's implementation. That happened about 2 years ago. This package is older than that. |
Beta Was this translation helpful? Give feedback.
-
I found a couple more with this symptomatic:
For some reason it seems to be mainly OSX-64 that is conerned by this. Not sure what we should do. Maybe Anaconda can do some sort of sync, or we can remove them from the frontend? |
Beta Was this translation helpful? Give feedback.
-
This package is apparently missing from anaconda.org repositories, but it still appears in
repodata_from_packages.json
: https://conda.anaconda.org/conda-forge/osx-64/arpack-3.6.1-blas_openblash1f444ea_0.tar.bz2It also appears twice on the website (https://anaconda.org/conda-forge/arpack/files?page=2):
Beta Was this translation helpful? Give feedback.
All reactions