🐛 [Bug] Can't install TorchTensorRT through pip (it installs version 0.0.0) #859
Labels
channel: windows
bugs, questions, & RFEs around Windows
component: packaging
Issues around packaging
feature request
New feature or request
Bug Description
I installed all the dependencies correctly.
I'm using CUDA 11.5, CUDNN 8.3.1, TensorRT 8.2.3.0, PyTorch 1.10.2 with CUDA 11.3 support. However when I try to install TorchTensorRT through the following command:
pip3 install torch-tensorrt -f https://github.com/NVIDIA/Torch-TensorRT/releases
I get the following message:
Why is it installing version 0.0.0?
If I try to import
torch_tensorrt
in python this is what happens:Expected behavior
It should install version 1.0.0, I guess.
Environment
conda
,pip
,libtorch
, source): pipThe text was updated successfully, but these errors were encountered: