bazel build uses system Python instead of current conda environment
Open
- Dominant language
- C++
- Stars
- 928
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to automate the building of VISQOL within our conda environment.
We have a shell script that first installs a new conda environment, and a subsequent script that installs bazel (via bazelisk) and runs the bazel build command as suggested. This works on my machine, but other colleagues are having issues running on an ARM-based mac.
When building VISQOL, other machines are saying it can't find numpy installed, despite the build command running within our newly created conda environment. Is there a way to tell the bazel build command which version of python to use?
Contributor guide
Assessment
This issue has not been assessed yet.