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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.