Issue with PyQt5 on M1 Macbook
Kyu opened this issue · 1 comments
Kyu commented
Explanation I found while investigating: https://stackoverflow.com/a/76114212/3875151
Kyu commented
Fix: grep -r "PyQt5" -l | tr '\n' ' ' | xargs sed -i .bak 's/PyQt5/PyQt6/g'
Source: https://unix.stackexchange.com/a/238734/427069, https://unix.stackexchange.com/a/663387/427069