ecmwf-lab / ai-models-graphcast

Apache License 2.0
57 stars 19 forks source link

graphcast installed but run still give me No module named 'graphcast' error #10

Closed xionghan7427 closed 1 week ago

xionghan7427 commented 7 months ago

I installed graphcast through 'pip install ai-models-graphcast' and 'ai-models --graphcast' did show it has been installed. But when I try to run 'ai-models --fields graphcast', it gave me an error:

ModuleNotFoundError: No module named 'graphcast'

How do you resolve this issue?

kamleshcodes commented 4 months ago

You need to run pip install git+https://github.com/google-deepmind/graphcast.git

This installs the core graphcast library which is needed to run ai-models graphcast