Tests failing with Bazel 0.2.3 and Tensorflow 0.9
See original GitHub issueHey all!
I’m on a Mac OSX attempting to build. I installed tensorflow in python 3. When I run the
bazel test //magenta:all
Command, all 6 tests fail locally. The fail log for each says that python can’t import tensorflow. I’m assuming the tests are being run by my Mac’s default python automatically (2.7.10, doesn’t have tensorflow installed), is there a way to change that to python3?
Sorry if this is a dumb question!
Issue Analytics
- State:
- Created 7 years ago
- Comments:20 (4 by maintainers)
Top Results From Across the Web
Bazel test failed (bazel 2.2.0) Ubuntu 18.04.3 Python 3.6.9 #179
Bazel test failed on both python & python3, can you help? ... INFO: Analyzed 34 targets (0 packages loaded, 0 targets configured). INFO:...
Read more >syntaxnet bazel test failed - Stack Overflow
This is a bug in the syntaxnet test, it's looking for the wrong path. It needs the following patch:
Read more >e2e Test is failing. - Google Groups
Hi there, I am Aadesh, computer science undergraduate at IIIT. Thinking of implementing the ULMFIT for Tensorflow hub.
Read more >Build from source fails in Fedora 37 - TensorFlow Forum
Last Friday (2022-11-11), I successfully compiled Tensorflow from source, based on the instructions I found in Tensorflow. Bazel was installed ...
Read more >Package List — Spack 0.20.0.dev0 documentation
Versions: 0.4.2, 0.2.3, 0.1.2; Build Dependencies: perl ... It creates control-flow models of each MPI process and, when a failure occurs, these models...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@act65 try
condo install --channel https://conda.anaconda.org/conda-forge protobuf=3.0.0b2.post2
.Thanks both of you! Upgrading my system python to 2.7.11 made all the tests pass!