magenta: Tests failing with Bazel 0.2.3 and Tensorflow 0.9
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!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 20 (7 by maintainers)
@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!