-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update alowed python versions for onnx-graphsurgeon
#3781
Comments
pip install nvidia-pyindex |
or https://developer.nvidia.com/tensorrt/download then unzip
check the version of onnx_graphsurgeon
https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-tar |
Thanks, I don't want to download and unzip the file manually, I want to do it using |
Checking internally. |
it should be python version agnostic, could you please provide a reproduce of the issue? |
Yeah you're right - this was actually a problem with newer versions of onnx-graphsurgeon being available. However, you can still change. However, it would be good to update classifiers in TensorRT/tools/onnx-graphsurgeon/setup.py Lines 48 to 55 in 28733f0
|
@pranavm-nvidia ^ ^ |
onnx-graphsurgeon
only works with python versions up to 3.8. Please upgrade it to at least 3.10 - this is the Python version used in all latest Nvidia containersThe text was updated successfully, but these errors were encountered: