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 consequently get this error when trying to update dependencies:
File "C:\Python312\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['D:\\AI\\TouchDiffusion-main\\.venv\\Scripts\\pip.exe', 'install', '--extra-index-url', 'https://pypi.nvidia.com', 'tensorrt_libs==9.0.1.post11.dev4', 'tensorrt_bindings==9.0.1.post11.dev4']' returned non-zero exit status 1.
[end of output]
It appears pip install tensorrt fails. Is there a workaround or a solution?
The text was updated successfully, but these errors were encountered:
I consequently get this error when trying to update dependencies:
File "C:\Python312\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['D:\\AI\\TouchDiffusion-main\\.venv\\Scripts\\pip.exe', 'install', '--extra-index-url', 'https://pypi.nvidia.com', 'tensorrt_libs==9.0.1.post11.dev4', 'tensorrt_bindings==9.0.1.post11.dev4']' returned non-zero exit status 1.
[end of output]
It appears pip install tensorrt fails. Is there a workaround or a solution?
First reason mostly is Python 3.12, everything was tested and required Python 3.11
Better to use Portable version with everything preinstalled
I consequently get this error when trying to update dependencies:
It appears pip install tensorrt fails. Is there a workaround or a solution?
The text was updated successfully, but these errors were encountered: