mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
247 stars 67 forks source link

PyQt5 install error on Macos 13.5 #224

Closed DXB6 closed 1 year ago

DXB6 commented 1 year ago

error: metadata-generation-failed

Using Macos 13.5 (Ventura) on Macbook Air 2020 (M1). Running python version 3.11.4 and pip version 23.2.1

PySDL2 installs fine but attempting to install PyQt5 gives this error. I am able to install it through brew, but that doesn't seem to allow this python ui to work. Would anybody have any ideas?

DXB6 commented 1 year ago

So, seems as though PyQt5 is not supported on M1 processors, so until the python ui gets updated to use PyQt6, it won't be usable on silicon macs.

gen2brain commented 1 year ago

@DXB6 Thanks for the info. When I find time I plan to update a lot of things, didn't know about the Qt6 and M1.