peterlee0127 / tensorflow-nvJetson

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

Process for building from source #23

Closed awearytraveler closed 6 years ago

awearytraveler commented 6 years ago

Hey, I've been trying to build tensorflow from source for a few days. I keep getting a lot of errors of files not being found or created. I'm trying to build on a Jetson TX2 with python 3.5. Can you tell me how you went about it.

Thanks for the help!

peterlee0127 commented 6 years ago

Hi, you can use virtualenv to switch to python3 to build.

https://virtualenv.pypa.io/en/stable/installation/