You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have the exact error message available, but I have a workaround:
pacman -S mingw-w64-x86_64-python2-pyqt5
pacman -S mingw-w64-x86_64-python3-pyqt5
One of those, depending on wether we want to promote python 2 or 3 (both for 64 bit only).
MSYS2 python seems to pick the highest available version as default.
So please decide a good default version for the shebang in main.py (Probably python 2 so we can use the same Python that's necessary for QEMU install)
Issue instead of PR as I don't have time to integrate this into README right now
The text was updated successfully, but these errors were encountered:
I don't have the exact error message available, but I have a workaround:
pacman -S mingw-w64-x86_64-python2-pyqt5
pacman -S mingw-w64-x86_64-python3-pyqt5
One of those, depending on wether we want to promote python 2 or 3 (both for 64 bit only).
MSYS2 python seems to pick the highest available version as default.
So please decide a good default version for the shebang in main.py (Probably python 2 so we can use the same Python that's necessary for QEMU install)
Issue instead of PR as I don't have time to integrate this into README right now
The text was updated successfully, but these errors were encountered: