Replies: 2 comments
-
I encountered the same problem as well, may I ask if you have resolved it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @QW543 , Which version of FLORIS are you using? See here for more details about v4 compared to v3. Misha |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get a "No module named 'floris.tools'" error when using "from floris.tools import FlorisInterface" in jupyter notebook.Can you help me analyze the reason? Thank you very much!
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 11
8 from typing import Union
10 import floris
---> 11 from floris.tools import FlorisInterface
12 from floris.tools.visualization import visualize_cut_plane
13 from floris.tools.visualization import plot_turbines_with_fi
ModuleNotFoundError: No module named 'floris.tools'

Beta Was this translation helpful? Give feedback.
All reactions