generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Using version 0.7.3 I am seeing
-----------------------------------------------------------------------------
Error: × Unable to run command:
├─▶ Conflicting symlinks found when attempting to create venv. More than one
│ package provides the file at these paths
├─▶ pip_deps_mcap_protobuf_support/site-packages/tests/test_writer.py
╰─▶ site-packages/tests/test_writer.py
These are the files
./bazel-voxel/external/pip_deps_mcap/site-packages/tests/test_writer.py
./bazel-voxel/external/pip_deps_mcap_protobuf_support/site-packages/tests/test_writer.py
In a typical pip installation the second file overwrites the first one.
Version
Development (host) and target OS/architectures: Linux x86-64
Output of bazel --version: bazel 7.1.0
Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: 0.7.3
Language(s) and/or frameworks involved:
How to reproduce
Adding these pip packages
mcap==0.0.15
mcap-protobuf-support==0.0.9
### Any other information?
_No response_
hentt30
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working