Closed bcm-at-zama closed 1 year ago
ProductName: macOS ProductVersion: 11.6.7 BuildVersion: 20G630
Emm, I came across this similar issue on my m1 mac as well. I'm using python 3.8 with pytorch 1.12.1.
Seems onnxoptimizer is built for cp3?-*
[1], so cp310-*
(CPython 3.10) and cp311-*
(CPython 3.11) do not match.
0.3.6 is published with Python 3.10 and 3.11 wheels 🎉
@yan12125 Yes :) Sorry for not keeping you updated.
I'm closing this issue. Please feel free to reopen it if you have any further problems.
Summary
It looks
onnxoptimizer
is missing support for python 3.10. Notably, I don't see 3.10 files in https://pypi.org/project/onnxoptimizer/#filesDetails
On my Mac:
% python3.10 -m venv .venv % source .venv/bin/activate % python3.10 --version Python 3.10.6
% python3.10 -m pip install onnxoptimizer