-
Notifications
You must be signed in to change notification settings - Fork 88
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
TkAgg backend on macOS aborts #410
Comments
Is this still an issue? On my MacOS machine with Conda PyPlot defaults to |
Reading the conda recipe it still looks like matplotlib does not install pyqt by default? https://github.com/AnacondaRecipes/matplotlib-feedstock/blob/f5ecb6832741888ab853ac92345d9fc4124de5d0/recipe/meta.yaml#L56 Also, the fact that But I don't have macOS so I can't check the situation myself. So, if you (or other macOS users) think it's already fixed then I don't have any reasons to stop closing this issue. |
Changed to put |
This seems to be fine these days, at least with the Conda tkinter package which is nowadays the default on MacOS. See 52ff225 |
It seems that there are problems using TkAgg in macOS:
#405
#399
#253 (comment)
https://discourse.julialang.org/t/pyplot-installation-error-related-to-libpython3-7m-dylib-and-libsystem-kernel-dylib/17649
Upstream issues:
matplotlib/matplotlib#7743
https://sourceforge.net/p/tktoolkit/bugs/3082/
How about removing
:tk
from the list of GUIs to try in macOS? Or maybe move it to the end?PyPlot.jl/src/init.jl
Lines 50 to 60 in daadae4
I also suggest to install
pyqt
inbuild.jl
using JuliaPy/PyCall.jl#613The text was updated successfully, but these errors were encountered: