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

Invalid TensorRT-LLM Wheel File During Installation ERROR: Wheel 'tensorrt-llm' located at tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl is invalid. #116

Open
wxn1229 opened this issue Feb 17, 2025 · 3 comments

Comments

@wxn1229
Copy link

wxn1229 commented Feb 17, 2025

Issue: Invalid TensorRT-LLM Wheel File During Installation

Environment

  • OS: Windows
  • Python Version: 3.10.11
  • Installation Path: D:\roop_api\rtx_service\ChatRTX_APIs\dist

Steps to Reproduce

  1. Downloaded tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl from the repository
  2. Navigated to the directory containing the wheel file
  3. Ran the installation command:
pip install tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl --extra-index-url https://pypi.nvidia.com --extra-index-url https://download.pytorch.org/whl/cu121

Error Message

Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com, https://download.pytorch.org/whl/cu121
Processing d:\roop_api\rtx_service\chatrtx_apis\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl
ERROR: Wheel 'tensorrt-llm' located at D:\roop_api\rtx_service\ChatRTX_APIs\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl is invalid.

What I've Tried

  • Verified Python version is 3.10.11
  • Confirmed the wheel file exists in the specified path
  • Using the exact installation command from the README

Questions

  1. Is there a known issue with this wheel file?
  2. Are there any specific prerequisites I might be missing?
  3. Is there an alternative installation method available?

Any help or guidance would be greatly appreciated.

@anujj
Copy link
Collaborator

anujj commented Feb 17, 2025

Please try with python 3.10 version

@wxn1229
Copy link
Author

wxn1229 commented Feb 19, 2025

I'm currently using Anaconda environment and have tried with different Python 3.10 versions (3.10.0 and 3.10.16), but still getting the same error:

pip install tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl --extra-index-url https://pypi.nvidia.com --extra-index-url https://download.pytorch.org/whl/cu121
Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com, https://download.pytorch.org/whl/cu121
Processing d:\roop_api\rtx_service\chatrtx_apis\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl
ERROR: Wheel 'tensorrt-llm' located at D:\roop_api\rtx_service\ChatRTX_APIs\dist\tensorrt_llm-0.9.0-cp310-cp310-win_amd64.whl is invalid.

Environment details:

  • Using Anaconda virtual environment
  • Python versions tested: 3.10.0, 3.10.16
  • Windows OS
  • Fresh conda environment for testing

Additional information:

  1. Created fresh conda environments for each Python version
  2. Made sure all paths are correct
  3. Downloaded the wheel file directly from the repository

Questions:

  1. Could you confirm if the wheel file in the repository is correct and not corrupted?
  2. Are there any additional prerequisites that might be needed?
  3. Could you share the exact steps that worked for you?
  4. Should I try using a regular venv instead of Anaconda? Does it make any difference?

@anujj
Copy link
Collaborator

anujj commented Mar 25, 2025

Wheel in the repo is correct.. I am able to use this wheel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants