Open MWigger opened 5 years ago
We have the same problem.
pandas-profiling-1.4.1-py36_0.tar.bz2 sha256 is d882cccd4861fd6b5deca8b25ffafe94a050860045d536e48d181c8d3735b3c9
in repodata.json in the conda-mirror, the value is set to: 7afe3715c7b3dbfe43428630eea5de3e49d0279efff68ecd44404c1751d1d234
This is in a brand new mirror. I can't understand where that value comes from...
I've found a workaround, by using the full URL, the sha256 field is ok. I really don't understand why, but it works.
This will mirror the anaconda repo and the sha256 values will be wrong in repodata.json: conda-mirror --upstream-channel anaconda ...
The following command will work: conda-mirror --upstream-channel https://conda.anaconda.org/anaconda ...
Hello, since a few days we have an issue that the sha256 checksums are not currectly written into the repodata.json This results in the following message on client side:
(happened with several packages) From what we see the download is correct and the upstream repodata.json includes the correct sha256 checksum. also the md5sum is correct. we updated now from 0.7.2. to 0.8.0, but the issue remains