-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
Running pip install -r requirements.txt
fails with On MacOS 15.6.1
Collecting nvidia-tensorrt (from -r requirements.txt (line 33))
Downloading nvidia-tensorrt-0.0.1.dev5.tar.gz (7.9 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 35, in <module>
File "/private/var/folders/n5/r286gm554g9cq693jqzqx0l00000gn/T/pip-install-cf7r4n6u/nvidia-tensorrt_8acfd97ed2da4afd87e3295beb6d3e4e/setup.py", line 150, in <module>
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-tensorrt
Almost the same output when I run pip install nvidia-tensorrt
Metadata
Metadata
Assignees
Labels
No labels