onnx / optimizer

Actively maintained ONNX Optimizer
Apache License 2.0
650 stars 90 forks source link

Unable to install on Mac M1 #59

Closed hossein1387 closed 2 years ago

hossein1387 commented 3 years ago

Since this package is not available through pip, I tried to build onnxoptimizer and unfortunately it fails with this error error.log

Is there any plan to add support for Apple M1?

ryanstout commented 2 years ago

+1, thanks!

AndrewZhaoLuo commented 2 years ago

+1!

grf53 commented 2 years ago

+1, Not only the M1, but also the general ARM devices. I got similar errors from a machine with ARM device.

daquexian commented 2 years ago

Sorry for the late reply. I'll support it soon

gttiankai commented 2 years ago

+1

grf53 commented 2 years ago

@daquexian How is it going? Due to this, I cannot update ONNX version to the later one after onnx-optimizer split.

daquexian commented 2 years ago

It is solved by #64. I will upload 0.2.7 package which supports m1 after ci finishes

grf53 commented 2 years ago

Appreciated!!

daquexian commented 2 years ago

@grf53 Could you please try 'pip3 install onnxoptimizer' again? Thanks!

grf53 commented 2 years ago

@daquexian I was late. It looks working. Thanks!

daquexian commented 2 years ago

@daquexian I was late. It looks working. Thanks!

Great!

berendkleinhaneveld commented 1 year ago

Do you have any plans of publishing wheels to PyPI for arm platforms?