image-tools
image-tools copied to clipboard
How to compile the app to M1 ARM core of Macbook?
How to compile the app to M1 ARM core of Macbook?
I got the following error if I follow the instruction: ERROR: Could not find a version that satisfies the requirement onnxruntime==1.6.0; platform_machine != "armv7l" (from lobe) ERROR: No matching distribution found for onnxruntime==1.6.0; platform_machine != "armv7l"
I'll try to rewrite setup.py so that each backend is optional -- onnx, tf, tflite. Are you able to install onnxruntime on a Mac M1 by itself? Can you try to pip install onnxruntime?