-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tribler does not start in Big Sur #5728
Comments
Possibly related to pyinstaller/pyinstaller#5107 Edit: it seems that we are still using PyInstaller 3.6. We should try it with Pyinstaller 4 first. Edit 2: upgrading to Pyinstaller 4 is not fixing the issue. |
I can test it soon. |
Unfortunately, I can reproduce this issue when bundling the following program with PyInstaller, and running it on Big Sur:
This means that the issue is likely somewhere in PyInstaller + PyQt5. |
It actually seems to be a PyQt5 issue, based on this, this and this report. Riverbank will hopefully release a version of PyQt5 that works on Big Sur. Downgrading PyQt5 to 5.13.1 is reported to resolve the problem. However, I'm not sure if Brew has a bottle for this version, meaning that we have to manually compile PyQt5... |
Workaround that seems to fix the issue (thanks to this PyInstaller issue):
Tested it and it seems to correctly start Tribler 👍 . I will implement this workaround as soon as I can. |
Apple released macOS Big Sur yesterday. However, this seems to be incompatible with the Tribler 7.5.4 dmg. I can reproduce this issue. Starting Tribler gives the following output and then seems to do nothing anymore:
I suspect that the issue is related to PyQt, since the GUI is not showing up.
Is there anyone else with Big Sur that can test this?
The text was updated successfully, but these errors were encountered: