You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are wheels who define the same files then venv creation will fail.
Sometimes this is desirable, but often collision is on something silly like CHANGELOG.md and it would be good to somehow allow such problem to resolve without patching wheels
Fun. Files at the wheel root, even outside of pure and plat lib, are allowed. pip seems to let the last one win when I tried it manually. Do other package managers warn or do the same thing?
What happened?
If there are wheels who define the same files then venv creation will fail.
Sometimes this is desirable, but often collision is on something silly like CHANGELOG.md and it would be good to somehow allow such problem to resolve without patching wheels
Repro #334
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:bazel 7.0.2
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:0.7.2
Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: