hughperkins / tf-coriander

OpenCL 1.2 implementation for Tensorflow
Apache License 2.0
791 stars 90 forks source link

Testing setup fails, directory not found #17

Closed Whytehorse closed 7 years ago

Whytehorse commented 7 years ago

When I finish installing the wheel using pip3, I run the test setup and get the following error: ~$ pip install -r tensorflow/stream_executor/cl/test/requirements.txt Could not open requirements file: [Errno 2] No such file or directory: 'tensorflow/stream_executor/cl/test/requirements.txt' So I spend all day trying to find the file and it doesn't exist

Whytehorse commented 7 years ago

This was part of the bazel install that failed. I solved it by using the bazel from some apt repos which are documented on the bazel install instructions. I recommend the apt to anyone on ubuntu 16.04 and be careful because I had an older bazel instaled from source and it messed me up later until I removed it.