You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use jetson orin nano.
i tried to install this package in jetson orin nano for export pytorch model to tensorRT.
i tried python setup.py install
but it's not work with message
Please avoid running "setup.py" and "easy_install".
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
so i tried python3 -m pip install .
and it worked as well.
The text was updated successfully, but these errors were encountered:
nsbb
changed the title
Readme SETUP not works in jetson, and how to fix it
Readme Setup does not works on jetson orin nano, and how to fix it
Feb 27, 2025
i use jetson orin nano.
i tried to install this package in jetson orin nano for export pytorch model to tensorRT.
i tried
python setup.py install
but it's not work with message
so i tried
python3 -m pip install .
and it worked as well.
The text was updated successfully, but these errors were encountered: