Willy-JL / F95Checker

GNU General Public License v3.0
101 stars 16 forks source link

Downgrade PyQt to 6.4 on macos + BUILD #87

Closed batblue closed 10 months ago

batblue commented 10 months ago

When I updated to 10.3-beta on my M1 Mac, I got a segfault when I tried to launch the app. After googling around for a while, I found a github issue on PyInstaller that described a similar issue. The problem had to do with an incompatibility between PyInstaller and PyQt 6.5 on macOS. Backing out to PyQt 6.4.x worked for the issue's author as a workaround, so I tried that here, and it seems to have worked. Now I can run 10.3-beta with no problem. Hopefully the code doesn't require PyQt 6.5 for anything!

Willy-JL commented 10 months ago

LGTM, thanks!