-
Notifications
You must be signed in to change notification settings - Fork 29
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
failed to import any qt binding #24
Comments
I have the same issue with Python 3.8 |
Here is a trace:
|
I'm looking into how to resolve this. Have you tried installing |
@mcastorina: when I add
|
I fell into this as well XD Apparently for that architecture you just need to hide your pyqt5 behind the building magic of homebrew, which takes care of Python 3 issues with the M1 architecture. So install python3 with brew and then run: Probably this has nothing to do with @mcastorina great work :) |
Seems like the same phenomenon as #22.
The text was updated successfully, but these errors were encountered: