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

setuptools conflict #2655

Open
kanebay opened this issue Jan 3, 2025 · 2 comments
Open

setuptools conflict #2655

kanebay opened this issue Jan 3, 2025 · 2 comments
Assignees
Labels
Investigating Low Precision Issue about lower bit quantization, including int8, int4, fp8 triaged Issue has been triaged by maintainers

Comments

@kanebay
Copy link

kanebay commented Jan 3, 2025

/TensorRT-LLM/examples/quantization# pip install -r requirements.txt

ERROR: Cannot install -r requirements.txt (line 1) and nemo-toolkit because these package versions have conflicting dependencies.

The conflict is caused by:
tensorrt-llm 0.17.0.dev2024121700 depends on setuptools==70.3.0
nemo-toolkit 1.20.0 depends on setuptools==65.5.1
tensorrt-llm 0.17.0.dev2024121700 depends on setuptools==70.3.0
nemo-toolkit 1.19.1 depends on setuptools==65.5.1
tensorrt-llm 0.17.0.dev2024121700 depends on setuptools==70.3.0
nemo-toolkit 1.19.0 depends on setuptools==65.5.1
tensorrt-llm 0.17.0.dev2024121700 depends on setuptools==70.3.0
nemo-toolkit 1.18.1 depends on setuptools==65.5.1
tensorrt-llm 0.17.0.dev2024121700 depends on setuptools==70.3.0
nemo-toolkit 1.18.0 depends on setuptools==65.5.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

Which version of setuptools should i use?

@nv-guomingz nv-guomingz added triaged Issue has been triaged by maintainers Low Precision Issue about lower bit quantization, including int8, int4, fp8 labels Jan 6, 2025
@nv-guomingz
Copy link
Collaborator

Thanks for reporting this issue. Team is working on it.

@nv-guomingz nv-guomingz self-assigned this Jan 6, 2025
@kanebay
Copy link
Author

kanebay commented Jan 7, 2025

Okay, I'll try it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigating Low Precision Issue about lower bit quantization, including int8, int4, fp8 triaged Issue has been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

2 participants