-
Notifications
You must be signed in to change notification settings - Fork 383
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
[BUG] unable to install onnxsim 0.4.34/0.4.35 from pypi #316
Comments
Also having this issue on Win 11 w/ git bash, python 3.12 and pip 23.3.2 (The error messages look the same as the ones above, so not copy/pasting here) |
I meet same problem in docker environment. |
That's because this package declares version 0.4.33 even though it is deployed as 0.4.35 https://files.pythonhosted.org/packages/71/ce/d566d1c22fbf40c5b70dbd2e032996deeeeb450c631dff231e0f40941f6b/onnxsim-0.4.35.tar.gz has inconsistent version: expected '0.4.35', but metadata has '0.4.33' |
It seems https://github.com/daquexian/onnx-simplifier/blob/master/VERSION needs an update |
That file is updated and 0.4.36 now works 👍 |
pip complains about inconsistent version/metadata:
full output:
The text was updated successfully, but these errors were encountered: