-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can not Start Pylustrator #54
Comments
which matplotlib version are you using? I guess it's a matplotlib version issue. |
you can use
in the command line. But I will have a look at see that I can fix it to work also with the older matplotlib version again. |
Thanks for the reply. numpy, matplotlib, pyqt5, qtpy, qtawesome, scikit-image, natsort**. |
natsort = ">=2.0.0" this is what minimal versions should be supported. But apparently there is a problem with the support of older matplotlib versions. if you use matplotlib==3.6.2 it should work. |
Succeed after I updated my matplotlib! |
I tried around a bit and I think if you remove the %matplotlib qt pylustrator opens and the cell finishes after pylustrator has been closed. |
When I run import pylustrator, there always has an error of No module named 'matplotlib.backends.backend_qtagg'
![image](https://user-images.githubusercontent.com/35793078/212106531-12f9b972-e234-4c08-85ad-cf4b776e3565.png)
Could you give some suggestions to solve this issue?
The text was updated successfully, but these errors were encountered: