What's the difference between conda-mapping.prefix.dev and compressed_mapping.json?
#6124
|
When installing a PyPI package, I noticed it accessed both In fact, accessing the former one is not that convenient in my network environment. So, would it be acceptable to have it return a 404 and only rely on the latter? Thanks in advance. |
Answered by
baszalmstra
May 14, 2026
Replies: 1 comment
|
One is based on the hash of packages and the other on just the package name. We use both if just the hashes are not enough. We are moving both to the same prefix.dev account. |
0 replies
Answer selected by
yueyinqiu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One is based on the hash of packages and the other on just the package name. We use both if just the hashes are not enough. We are moving both to the same prefix.dev account.