DTUWindEnergy / PyWake

Mirror of https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake
MIT License
72 stars 26 forks source link

"import py_wake" problem #6

Closed burakai closed 1 year ago

burakai commented 1 year ago

import py_wake results with:

ModuleNotFoundError: No module named 'xarray.plot.plot'

Can you please help? If there is problem with installed packages, please share "requirements.txt" with me. Thanks.

madsmpedersen commented 1 year ago

Please use the issue tracker on https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/-/issues, as this github repos is just a mirror for integration with zenodo

The requirements are listed here: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/-/blob/master/setup.py#L55 BR Mads

madsmpedersen commented 1 year ago

The problem was an update of the xarray structure. I have merged a fix

burakai commented 1 year ago

Thank you very much!