Closed Kartstig closed 3 months ago
Looks like tensorrt-cu12
has a build requirement on pip
that it does not declare. You'll need to use --no-build-isolation
and install all of the build dependencies manually. This would probably fail to install via pip
with PEP 517 enabled (--use-pep517
). See #2252.
wow thanks for the quick response!
No problem! Let me know if you have any more questions.
uv:
0.2.33
python:3.9.19
I have the following in my requirements.txt:
running
uv pip install
leads to the following:Here's the full log: log.txt
However, this seems to work fine and install without
uv
Let me know if you need any more info