Installation error in setting up tao in nvidia-tensorflow in jetson nano

I am trying to use BYOM in tao toolkit to convert my onnx model. I am following the steps given on the official webstie. I am getting error when i am installing nvidia-tensorflow
pip3 install nvidia-tensorflow

system information:
model: Jetson nano 4gb
deepstream version:6.0
jetpack version: 4.6
pytorch:1.08

RuntimeError:
###########################################################################################
The package you are trying to install is only a placeholder project on PyPI.org repository.
This package is hosted on NVIDIA Python Package Index.

This package can be installed as:

$ pip install nvidia-pyindex
$ pip install nvidia-tensorflow

Please refer to NVIDIA instructions: GitHub - NVIDIA/tensorflow: An Open Source Machine Learning Framework for Everyone.
###########################################################################################


WARNING: Discarding https://files.pythonhosted.org/packages/c7/b8/b96bd09cc7c9cf9dbd8b82313c4f9860fe615b3ce7f3f6efc962d166178b/nvidia-tensorflow-0.0.1.dev5.tar.gz#sha256=65f44f1b583b950925a3617a75fd299c29975f1f14327bb2d946cb52e84baef5 (from Links for nvidia-tensorflow). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading nvidia-tensorflow-0.0.1.dev4.tar.gz (3.8 kB)
Preparing metadata (setup.py) … error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-yso1a_vu/nvidia-tensorflow_e72f8fea991e40399d96149f68cb1415/setup.py’“'”‘; file=’“'”‘/tmp/pip-install-yso1a_vu/nvidia-tensorflow_e72f8fea991e40399d96149f68cb1415/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)(file) if os.path.exists(file) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file, ‘"’“‘exec’”’"‘))’ egg_info --egg-base /tmp/pip-pip-egg-info-ib8hf0en
cwd: /tmp/pip-install-yso1a_vu/nvidia-tensorflow_e72f8fea991e40399d96149f68cb1415/
Complete output (17 lines):
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-install-yso1a_vu/nvidia-tensorflow_e72f8fea991e40399d96149f68cb1415/setup.py”, line 150, in
raise RuntimeError(open(“ERROR.txt”, “r”).read())
RuntimeError:
###########################################################################################
The package you are trying to install is only a placeholder project on PyPI.org repository.
This package is hosted on NVIDIA Python Package Index.

This package can be installed as:

$ pip install nvidia-pyindex
$ pip install nvidia-tensorflow

Please refer to NVIDIA instructions: GitHub - NVIDIA/tensorflow: An Open Source Machine Learning Framework for Everyone.
###########################################################################################

WARNING: Discarding https://files.pythonhosted.org/packages/97/39/b1aa7fe84e2ad1f183f5fc851bea78bb46a73ebb9a91ffed0878f656f2f6/nvidia-tensorflow-0.0.1.dev4.tar.gz#sha256=1be0b140aadedcd7a05f736566587bb1aacc6baa1797d7fda7d8f23e59f35142 (from Links for nvidia-tensorflow). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement nvidia-tensorflow (from versions: 0.0.1.dev4, 0.0.1.dev5)
ERROR: No matching distribution found for nvidia-tensorflow

Hello,

I am moving your topic to the Jetson Nano category so the Jetson support team has visibility.

Hi,

Please find the below document to install TensorFlow on Jetson:

Thanks.

Thank you @AastaLLL for reply. I have successfully installed tesnorflow on my device but when I am installing
pip3 install nvidia-tao-byom
I am getting the follwoing error


If anyhow netron is solved agin i am getting error related to nvidia-eff version.

Hi,

Please install the converter on a desktop environment and generate the etlt model first.
Then copy the etlt model to Jetson and run it with Deepstream.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.