Replies: 4 comments 5 replies
-
Hi, I'm also experiencing this problem, although I don't know exactly what's causing it, but I have a feeling it's a conflict with a previously installed package, so the turbine_library_path is incorrect. I create a new envs (without pip install floris), then run the demo, it works. I hope it can help you! |
Beta Was this translation helpful? Give feedback.
-
Hi @prith-gs , If you are using this within a conda environment, could you share the list of packages you have installed? As @HDW7812 pointed out, this could be something to do with package versions in your environment, especially if you are using the same environment you were running v3.5 with. As also pointed out by @HDW7812 , starting with a fresh conda environment and a fresh pip install of FLORIS may solve your issue. I'm going to convert this discussion to an issue in the meantime. Cheers, |
Beta Was this translation helpful? Give feedback.
-
I create a new environment in anaconda, and reinstall floris. The issue is still open. However, My colleague tries the python 3.12.4 on pycharm and the issue solved. I doubt wether the version of python leads to this issue. |
Beta Was this translation helpful? Give feedback.
-
Now that we have an issue open for this #951 , I'm going to close this discussion. Please refer to #951. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to run example 01 with FLORIS 4.1.1 and I don't get this error in FLORIS 3.5 and I'm not sure why I get this error.
Here's the code I'm running where I am reading the input yaml file using FlorisModel function in line 9 and I'm using a function I found online in line 4 and 5.
Line 4 and 5 executes properly and has no issues in reading the yaml file and I can see the variable 'data' as well
Here's what's stored in the variable data
But line 9 gives me the following error and I'm not clear why I'm getting this error
Any help is much appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions