Hi Team
I am trying to install Tensorflow on Jetson TX2 dev kit, h5py is not getting installed also setuptool is also not getting installed. can you please guide me how to install the tensorflow on TX2.
I am referring below link for tensorflow installation:
https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html
My jetpack version is 4.6.4.
Kindly help me to resolve this.
Hi @alok5844 , can you try the suggestions from this thread?
@barton @gustavoflor3s I was just able to do git checkout 3.1.0 on h5py, maybe try again now? However, I did not need to manually clone/patch h5py anymore when doing a TensorFlow install in a fresh environment (in nvcr.io/nvidia/l4t-base:r32.7.1 container) :
apt-get update
apt-get install -y python3-pip pkg-config
apt-get install -y libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
ln -s /usr/include/locale.h /usr/include/xlocale.h
pip3 i…
Alternatively, if you are still having issue you can use the l4t-tensorflow container: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-tensorflow
Thanks @dusty_nv
I will surely work on your above mentioned suggestion.
meanwhile, will I be able to get rid of this issue if I install any lower JP version(like 4.6.3 or lower)
I wouldn’t downgrade JetPack and go lower, rather stay with JetPack 4.6.x / L4T R32.7.x
Thanks @dusty_nv !
Above commands worked for me.
system
Closed
September 12, 2023, 5:17am
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.