question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tests failing with Bazel 0.2.3 and Tensorflow 0.9

See original GitHub issue

Hey 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:closed
  • Created 7 years ago
  • Comments:20 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nathanielatomcommented, Jul 17, 2016

@act65 try condo install --channel https://conda.anaconda.org/conda-forge protobuf=3.0.0b2.post2.

1reaction
SJCaldwellcommented, Jun 20, 2016

Thanks both of you! Upgrading my system python to 2.7.11 made all the tests pass!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found