-
Notifications
You must be signed in to change notification settings - Fork 101
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
Ugly crash when using MatplotlibWriter
in Kedro 0.19.11
#1012
Labels
Comments
Although the real problem here is that matplotlib is not thread safe https://matplotlib.org/stable/users/faq.html#work-with-threads |
Setting |
xref kedro-org/kedro#4486 |
7 tasks
This is fixed in Change runner logic to not create pool for sequential runner kedro-org/kedro#4502 and will be part of the next release Kedro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I got a very ugly crash when using
MatplotlibWriter
in Kedro 0.19.11.Confirmed that this works fine with Kedro 0.19.10.
Filing it directly because I think it could be related to kedro-org/kedro#4353, similar to Galileo-Galilei/kedro-mlflow#624 cc @merelcht
Steps to Reproduce
kedro run
Expected Result
No errors ✔
Actual Result
Tell us what happens instead.
The text was updated successfully, but these errors were encountered: