Skip to content

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

@wxn1229

Description

@wxn1229

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions