I have an M1 mac, but I've noticed that whenever native python is running any automation script (like PyAutoGui) it progressively gets slower and slower, almost as if it's being throttled.
I created an environment with Miniforge3 that is able to utilise Apple's Silicon Chip, making the script run far quicker and more consistently as if it was running on an Intel mac, but I am struggling to install PyQt5 under the Miniforge3 environment, this seems to be an issue people are having, I suspect it's because the module hasn't been ported for arm64.
So I was wondering, is it possible for PyQt5 to run outside the environment, but the actual threads or functions of the application run inside the Miniforge3 environment that is running direction the M1 chip?
Or, is it possible to install PyQt5 on Miniforge3 running on Arm64 architecture?
I've exhausted all options for installing PyQt5.