-
Notifications
You must be signed in to change notification settings - Fork 89
PyPlot causing "infinite loop" on julia 1.3 #453
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
Comments
Just adding to this- I can get PyPlot to work by doing the conda install version with Is there a way to use PyPlot with a virtualenv python, and not the conda one? |
A workaround for me I found-
even though PyCall recommends not doing this, it works and throws no error, while PyPlot continues to give errors with any virtualenv of python versions 3.4-3.7 |
e.g. julia> ENV["MPLBACKEND"]="qt5agg"
julia> using PyPlot |
Thank you @stevengj ! |
You can configure it by creating a The tcl backend is already broken on MacOS (#410) due to an upstream bug — it's concerning to hear that it may be broken on Linux too. Maybe I should just make qt5agg the default everywhere. |
I ave a similar issue. From a fresh REPL:
|
Can't seem to get PyPlot to work
The text was updated successfully, but these errors were encountered: