Example 02 pyplot error #574
-
I have installed the floris but when I run the example 02_vatialization.py ,it turns out "TypeError: vars() argument must have dict attribute" |
Beta Was this translation helpful? Give feedback.
Answered by
Bartdoekemeijer
Feb 16, 2023
Replies: 1 comment 3 replies
-
Hi @fpxno1 Please share more details such as:
Unfortunately, this is not a known issue, so any other details that would be useful to explain your process to someone without context would be very helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error seems to be coming from
matplotlib
. Could you verify that other (i.e., non-FLORIS) python scripts withmatplotlib
do work?