Open visineo opened 7 years ago
where did you find this file ? patch -p1 < ../tensorflow_0.12.1_jetsontk1.patch
where did you find this file ? patch -p1 < ../tensorflow_0.12.1_jetsontk1.patch
how to get the patch as mentioned? patch -p1 < ../tensorflow_0.12.1_jetsontk1.patch. Any luck in building latest one?
ubuntu@tegra-ubuntu:~/tensorfow-nvidia-jetson$ sudo pip install tensorflow-0.8.0-py2-none-any.whl The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied: tensorflow==0.8.0 from file:///home/ubuntu/tensorfow-nvidia-jetson/tensorflow-0.8.0-py2-none-any.whl in /usr/local/lib/python2.7/dist-packages Requirement already satisfied: numpy>=1.8.2 in /usr/local/lib/python2.7/dist-packages (from tensorflow==0.8.0) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from tensorflow==0.8.0) Requirement already satisfied: protobuf==3.0.0b2 in /usr/local/lib/python2.7/dist-packages (from tensorflow==0.8.0) Requirement already satisfied: wheel in /usr/lib/python2.7/dist-packages (from tensorflow==0.8.0) Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from protobuf==3.0.0b2->tensorflow==0.8.0) ubuntu@tegra-ubuntu:~/tensorfow-nvidia-jetson$ python Python 2.7.6 (default, Jun 22 2015, 18:31:26) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Error importing tensorflow. Unless you are using bazel, you should not try to import tensorflow from its source directory; please exit the tensorflow source tree, and relaunch your python interpreter from there.