pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
441 stars 160 forks source link

missing module #338

Closed DoiManh closed 10 months ago

DoiManh commented 10 months ago

Dear author, When I run the code for example, there is error like: No module named 'pysteps.motion._proesmans'. Could you provide or update the module "_proesmans" in python format. There is only "_proesmans" in cython format that does not compile with current platform. Thanks!

dnerini commented 10 months ago

Hi @DoiManh this looks like a duplicate of #268 and #40. Could you check these two issues first? If you pip installing the pysteps source code, you should make sure that you're not running the python interpreter inside the pysteps root directory, see also the relative waring in the installation guide.

DoiManh commented 10 months ago

thank @dnerini for reply. I have fixed my problem. I installed pysteps on Windows, so there is a difference with other environment.

dnerini commented 10 months ago

Very good, glad it worked in the end. Please let us know if we can improve the documentation for our windows users.