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

Newer versions of onnx-graphsurgeon not in NVIDIA's pypi repository? #3782

Open
tadejsv opened this issue Apr 6, 2024 · 5 comments
Open
Assignees
Labels
triaged Issue has been triaged by maintainers

Comments

@tadejsv
Copy link

tadejsv commented Apr 6, 2024

Here's what I get when I try to install the latest onnx-graphsurgeon version (0.5.1)

pip install onnx_graphsurgeon==0.5.1 --index-url https://pypi.ngc.nvidia.com
Looking in indexes: https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement onnx_graphsurgeon==0.5.1 (from versions: 0.2.3, 0.2.7, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13, 0.3.14, 0.3.15, 0.3.16, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.21, 0.3.22, 0.3.23, 0.3.24, 0.3.25, 0.3.26, 0.3.27)
ERROR: No matching distribution found for onnx_graphsurgeon==0.5.1
@lix19937
Copy link

run pip install nvidia-pyindex first.

@tadejsv
Copy link
Author

tadejsv commented Apr 11, 2024

@lix19937 I tried installing it, changes nothing.

The only thing that nvidia-pyindex does is to look for packages in https://pypi.ngc.nvidia.com - which, as you can see, is already the case in my original message.

Please check why never versions of onnx-graphsurgeon are not present in NVIDIA Private Python Package

@lix19937
Copy link

ref #3781 (comment) download trt v10.0

@tadejsv
Copy link
Author

tadejsv commented Apr 11, 2024

Yes, this is a workaround - but the problem is that newer versions of onnx-graphsurgeon are missing from NVIDIAs python package index, so they can not be installed using pip. See for yourself

https://pypi.ngc.nvidia.com/onnx-graphsurgeon/

The newest version available here is 0.3.27.

I would appreciate if you would investigate this issue @lix19937

@zerollzeng zerollzeng self-assigned this Apr 12, 2024
@zerollzeng zerollzeng added the triaged Issue has been triaged by maintainers label Apr 12, 2024
@zerollzeng
Copy link
Collaborator

Checking internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

3 participants