Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel build uses system Python instead of current conda environment #112

Open
AndyLogi opened this issue Apr 4, 2024 · 0 comments
Open

Comments

@AndyLogi
Copy link

AndyLogi commented Apr 4, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant