WISDEM / RAFT

A frequency-domain dynamics model for floating wind turbines
https://openraft.readthedocs.io
Apache License 2.0
40 stars 21 forks source link

Error with pyHAMS #27

Open thanasisder opened 10 months ago

thanasisder commented 10 months ago

Hello,

After installing all the necessary modules I try to test RAFT with the provided example and I get the following message: _ImportError: /pyHAMS/pyhams/_hams.cpython-39-x86_64-linux-gnu.so: undefined symbol: zgetrs__

I tried it with both python 3.9 and 3.10 but this doesn't seem to be the problem.

gbarter commented 10 months ago

How did you install pyHAMS? From source? Once recent change is that it is conda-installable if that helps.

thanasisder commented 10 months ago

I tried with conda and it worked, thank you very much!