TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

🐛 [Bug] nightly build after 20240110 is not avaliable

Open DefTruth opened this issue 1 year ago • 2 comments

Bug Description

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Environment

Build information about Torch-TensorRT can be found by turning on debug messages

  • Torch-TensorRT Version (e.g. 1.0.0):
  • PyTorch Version (e.g. 1.0):
  • CPU Architecture:
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, libtorch, source):
  • Build command you used (if compiling from source):
  • Are you using local sources or building from archives:
  • Python version:
  • CUDA version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

DefTruth avatar Feb 25 '24 02:02 DefTruth

ERROR: Could not find a version that satisfies the requirement torch-tensorrt==2.3.0.dev20240222+cu121 (from versions: 0.0.0.post1, 1.3.0, 1.4.0, 2.2.0.dev20231010+cu121, 2.2.0.dev20231106+cu121, 2.2.0.dev20231107+cu121, 2.2.0.dev20231108+cu121, 2.2.0.dev20231109+cu121, 2.2.0.dev20231110+cu121, 2.2.0.dev20231111+cu121, 2.2.0.dev20231112+cu121, 2.2.0.dev20231113+cu121, 2.2.0.dev20231114+cu121, 2.2.0.dev20231115+cu121, 2.2.0.dev20231116+cu121, 2.2.0.dev20231117+cu121, 2.2.0.dev20231118+cu121, 2.2.0.dev20231119+cu121, 2.2.0.dev20231120+cu121, 2.2.0.dev20231121+cu121, 2.2.0.dev20231122+cu121, 2.2.0.dev20231123+cu121, 2.2.0.dev20231124+cu121, 2.2.0.dev20231125+cu121, 2.2.0.dev20231126+cu121, 2.2.0.dev20231127+cu121, 2.2.0.dev20231128+cu121, 2.2.0.dev20231129+cu121, 2.2.0.dev20231130+cu121, 2.2.0.dev20231201+cu121, 2.2.0.dev20231202+cu121, 2.2.0.dev20231203+cu121, 2.2.0.dev20231204+cu121, 2.2.0.dev20231205+cu121, 2.2.0.dev20231207+cu121, 2.2.0.dev20231208+cu121, 2.2.0.dev20231209+cu121, 2.2.0.dev20231210+cu121, 2.2.0.dev20231211+cu121, 2.2.0.dev20231212+cu121, 2.2.0.dev20231213+cu121, 2.2.0.dev20231219+cu121, 2.2.0.dev20231220+cu121, 2.2.0.dev20231221+cu121, 2.2.0.dev20231222+cu121, 2.2.0.dev20231223+cu121, 2.2.0.dev20231224+cu121, 2.2.0.dev20231225+cu121, 2.2.0.dev20231226+cu121, 2.2.0.dev20231227+cu121, 2.2.0.dev20231228+cu121, 2.2.0.dev20231229+cu121, 2.2.0.dev20231230+cu121, 2.2.0.dev20231231+cu121, 2.2.0.dev20240101+cu121, 2.2.0.dev20240102+cu121, 2.2.0.dev20240103+cu121, 2.2.0.dev20240104+cu121, 2.2.0.dev20240105+cu121, 2.2.0.dev20240106+cu121, 2.2.0.dev20240107+cu121, 2.2.0.dev20240108+cu121, 2.2.0.dev20240109+cu121, 2.3.0.dev20240110+cu121)
ERROR: No matching distribution found for torch-tensorrt==2.3.0.dev20240222+cu121

DefTruth avatar Feb 25 '24 02:02 DefTruth

Yeah we havent been able to build nightlies since TensorRT does not currently support Python 3.12, which is breaking the build. We are working on it

narendasan avatar Feb 26 '24 17:02 narendasan