peterlee0127 / tensorflow-nvJetson

TensorFlow for NVIDIA Jetson, also include patch and script for building.
https://tfjetson.peterlee.app
205 stars 61 forks source link

Error #1

Closed beraybentesen closed 6 years ago

beraybentesen commented 7 years ago

I receive this error : Processing ./tensorflow-1.3.0rc0-cp27-cp27mu-linux_aarch64.whl Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run wb.build(autobuilding=True) File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build self.requirement_set.prepare_files(self.finder) File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 577, in _prepare_file session=self.session, hashes=hashes) File "/usr/lib/python2.7/dist-packages/pip/download.py", line 798, in unpack_url unpack_file_url(link, location, download_dir, hashes=hashes) File "/usr/lib/python2.7/dist-packages/pip/download.py", line 705, in unpack_file_url unpack_file(from_path, location, content_type, link) File "/usr/lib/python2.7/dist-packages/pip/utils/init.py", line 617, in unpack_file flatten=not filename.endswith('.whl') File "/usr/lib/python2.7/dist-packages/pip/utils/init.py", line 500, in unzip_file zipfp = open(filename, 'rb') IOError: [Errno 2] No such file or directory: '/home/nvidia/tensorflow-1.3.0rc0-cp27-cp27mu-linux_aarch64.whl'

Also do I need to install any additional library etc. ?

peterlee0127 commented 7 years ago

No need to install additional library. Please ensure you install the cuDNN 6.0 and CUDA 8.0 library. These file is in JetPack 3.1. Other package will install by the pip automatically.

How is your pip version ? $ pip --version pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) Maybe you need to upgrade the pip to the latest version and try again.

My output is like this. ➜ workspace sudo pip install tensorflow-1.3.0rc0-cp27-cp27mu-linux_aarch64.whl Processing ./tensorflow-1.3.0rc0-cp27-cp27mu-linux_aarch64.whl Collecting protobuf>=3.2.0 (from tensorflow==1.3.0rc0) Downloading protobuf-3.3.0.tar.gz (271kB) 100% |████████████████████████████████| 276kB 25kB/s Requirement already satisfied: six>=1.10.0 in /usr/lib/python2.7/dist-packages (from tensorflow==1.3.0rc0) Collecting tensorflow-tensorboard (from tensorflow==1.3.0rc0) Downloading tensorflow_tensorboard-0.1.2-py2-none-any.whl (1.3MB) ........(skip some message)... Successfully installed backports.weakref-1.0rc1 bleach-1.5.0 funcsigs-1.0.2 html5lib-0.9999999 markdown-2.2.0 mock-2.0.0 numpy-1.13.1 pbr-3.1.1 protobuf-3.3.0 tensorflow-1.3.0rc0 tensorflow-tensorboard-0.1.2 werkzeug-0.12.2