Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug] No matching distribution found for torch==1.13.0.dev20220921+cu116 #1478

Closed
chenzhengda opened this issue Nov 24, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@chenzhengda
Copy link

Bug Description

ERROR: No matching distribution found for torch==1.13.0.dev20220921+cu116

image

It looks like there is no torch==1.13.0.dev20220921+cu116 in the base docker image nvcr.io/nvidia/tensorrt:22.04-py3

To Reproduce

Steps to reproduce the behavior:

1.branch master.
2.docker build -f docker/Dockerfile -t torch_tensorrt:latest .
3.ERROR: No matching distribution found for torch==1.13.0.dev20220921+cu116

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

@chenzhengda chenzhengda added the bug Something isn't working label Nov 24, 2022
@peri044
Copy link
Collaborator

peri044 commented Nov 24, 2022

We are in the process of landing this PR #1477 which should resolve this issue.

@yinghai
Copy link

yinghai commented Nov 27, 2022

Fixed in #1479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants