Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt5 can not be installed through MSYS2 pip #14

Open
JayFoxRox opened this issue Jun 29, 2018 · 0 comments
Open

PyQt5 can not be installed through MSYS2 pip #14

JayFoxRox opened this issue Jun 29, 2018 · 0 comments

Comments

@JayFoxRox
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant