s3viewer icon indicating copy to clipboard operation
s3viewer copied to clipboard

Issue with PyQt5 on M1 Macbook

Open Kyu opened this issue 2 years ago • 1 comments

Explanation I found while investigating: https://stackoverflow.com/a/76114212/3875151

Kyu avatar Oct 11 '23 04:10 Kyu

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

Kyu avatar Oct 11 '23 04:10 Kyu