SharonBrizinov / s3viewer

Storage Explorer - Publicly open storage viewer (Amazon S3 Bucket, Azure Blob, FTP server, HTTP Index Of/)
MIT License
429 stars 44 forks source link

Issue with PyQt5 on M1 Macbook #8

Open Kyu opened 11 months ago

Kyu commented 11 months ago

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

Kyu commented 11 months ago

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