I want to have both TF1.15 and TF2 on my board.
The official documentation advises to create a virtual environment for this: https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html#install
I am able to install TF1.15 fine. However, if I try and import uff in the virutalenv, which should be available from JetPack, I get the error:
ModuleNotFoundError: No module named 'uff'
If I leave the virtualenv, I am able to load UFF without trouble. I haven’t been able to find a .whl
or anything in the Xaviar filesystem that I can install for this virtualenv. Any tips?