PyQt5 Problem on MacOS Big Sur SOLVED

If you are a Python developer on a Mac, here is a nasty surprise: The latest PyQt5 release (5.15) doesn’t work on Big Sur (yet).

When you start your Python application, all you see is a blank slate and your CPU running at 100%.

The workaround is simple: Downgrade your PyQt5 to 5.13.

pip install PyQt5==5.13

This solved the issue on three of my Python applications:

Advertisement

Posted

in

, ,

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s