Skip to content

fix(requirements): lock onnx version - #145

Open
AmitMY wants to merge 1 commit into
gmalivenko:masterfrom
AmitMY:patch-1
Open

fix(requirements): lock onnx version#145
AmitMY wants to merge 1 commit into
gmalivenko:masterfrom
AmitMY:patch-1

Conversation

@AmitMY

@AmitMY AmitMY commented Jun 11, 2022

Copy link
Copy Markdown

Another fix for the same issue was already merged:
#133


See: onnx/onnx#582 (comment)

As of 2021 March 15th, the optimizer is no longer part of the onnx repo (source).

If you're installing code that depends on it and get errors, an easy workaround is to install a slightly older version of onnx:

pip install onnx==1.8.1

Please note that the onnxoptimizer is still available and ongoing from another repo: https://github.com/onnx/optimizer. As mentioned above, it was moved out from ONNX package since ONNX 1.9.0. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant