-
Notifications
You must be signed in to change notification settings - Fork 89
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
Mac M1, no gui #542
Comments
I had the same problem. Was playing around with it the other day and
... or add the following line to
Note: I get a warning about Tk being buggy but I haven't
|
Yes I have the same problem on my new macbook pro. I was able to get pyqt working with PyPlots by installing pyqt via a special Conda channel:
Also it seems that conda channel robostack-experimental has pyqt for arm64.... just wish I knew which channel was better or that I trusted these rare "one off" channels. Why hasn't Conda-forge added arm64 version of pyqt? |
Works fine for me on M1; maybe this was a recent problem with Conda? You can always try a different backend, e.g. set |
Steve how did you install PyQt5? With Julia and PyPlots, the default conda channels don't even have a working version of pyqt for arm64 chips.... so maybe you had added other conda channels or installed PyQt5 via other methods beyond the Julia Conda package manager? |
I just let Conda install it with the default installer, I didn't do anything special:
I'm just using the default channels:
|
Ok, but we all need to see which conda channel your pyqt came from. pyqt doesn't seem to be available with the normal conda channels. |
PyQt for M1 macs is now available from conda-forge (and also from the andfoy channel, which is what I was using earlier this year before the conda-forge build became available)
Perhaps this means this issue can now be closed? |
Any known workarounds?
The text was updated successfully, but these errors were encountered: