Lemon2311 / Human_Detection_Model

Human detection model, to be implemented on Nvidia Jetson Nano, for Fontys School Of Applied Sciences Expo project 21.
4 stars 4 forks source link

Running Tenserflow on python3.8 #6

Open Lemon2311 opened 11 months ago

Lemon2311 commented 11 months ago

Tenserflow requires python3.9 and above, and we need python 3.8 to run on the Nvidia Xavier and python 3.6 to run on the Nvidia Nano

Lemon2311 commented 11 months ago

I managed to install TensorFlow via pip, for python3.8 after upgrading pip, setuptools and wheel