adamtheone / canDrive

Tools for hacking your car
https://www.youtube.com/playlist?list=PLNiFaO8hU1z0o_6DSxk-jcVAM3UCUR-pY
MIT License
525 stars 145 forks source link

GUI on Silicone Mac #37

Closed gateseee closed 1 year ago

gateseee commented 1 year ago

Is it possible, to use the GUI somehow on Apple Silicon Mac (MBP 2023 M2 Pro). When installing the depencies i am getting errors relating to PyQT5.

It seems like PyQT5 is not nativly supported on Silicon Mac's. I am not into Python right now, but updating to PYQT6 should work on Silicon.

Does by any chance someone have a working/valid workaround?

Br

adamtheone commented 1 year ago

Personally I don't have experience with Macs, but you should look for answers on PyQt related forums. Or try it with PyQt6, maybe that works.

gateseee commented 1 year ago

Thanks for the fast response. Usually im also not that much into Macs, but i recently got one for developing outside the house thats why i have to struggle with such things now. On my Windows Laptop/Desktop everything works fine.

I will try to get it to work somehow, and will post the solution here, if i am able to get it to work.