Exception:
Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
File “/usr/local/lib/python2.7/dist-packages/pip/commands/install.py”, line 324, in run
requirement_set.prepare_files(finder)
File “/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py”, line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File “/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py”, line 620, in _prepare_file
session=self.session, hashes=hashes)
File “/usr/local/lib/python2.7/dist-packages/pip/download.py”, line 821, in unpack_url
hashes=hashes
File “/usr/local/lib/python2.7/dist-packages/pip/download.py”, line 663, in unpack_http_url
unpack_file(from_path, location, content_type, link)
File “/usr/local/lib/python2.7/dist-packages/pip/utils/init.py”, line 599, in unpack_file
flatten=not filename.endswith(‘.whl’)
File “/usr/local/lib/python2.7/dist-packages/pip/utils/init.py”, line 484, in unzip_file
zip = zipfile.ZipFile(zipfp, allowZip64=True)
File “/usr/lib/python2.7/zipfile.py”, line 770, in init
self._RealGetContents()
File “/usr/lib/python2.7/zipfile.py”, line 811, in _RealGetContents
raise BadZipfile, “File is not a zip file”
BadZipfile: File is not a zip file
Trying to install this with python 2.7.12 on TX2: “tensorflow-1.7.0rc1-cp27-cp27mu-linux_aarch64.whl is not a supported wheel on this platform.”
Granted, I’m a bit of a Python / Linux / Jetson newbie, so maybe I did something wrong, but I basicaly downloadd the wheel file and ran pip install tensorflow-1.7.0rc1-cp27-cp27mu-linux_aarch64.whl
Is that the right way to install it?
EDIT: I tried with ‘wheel install --force’, and I’m getting the same error as above (“zipfile.BadZipFile: File is not a zip file”). Any ideas?
Hi AastaLLL
If TensorRT 4.0 and TensorFlow 1.7 is installed seperately on TegraX2, Is the integration b/w them taken care during installation process? Or Are there any wheel files that have Tensorflow 1.7 with TensorRT 4.0 integration?
Bottomline : I am trying to find a way to install TFlow 1.7 with TRT 4.0 integration on Jetson TX2.