autopy
autopy copied to clipboard
Unable to install autopy on Mac ARM64 M1
After installing the AutoPy (pip install autopy), when I try to use it in my code I got following errors:
File "/Users/pawellewicki/git/FX/venvARM/lib/python3.8/site-packages/autopy/init.py", line 6, in
I have experienced this with the opencv-python library. It seems like your command line is running it on intel architecture, but the package is meant for ARM64.
Im not sure what your running it from, but I would recommend running your program from terminal first. The command
arch
should return ARM64. If not, you should disable rosetta mode in your terminal