NOAA-ORR-ERD / PyGnome

The General NOAA Operational Modeling Environment
https://gnome.orr.noaa.gov/doc/pygnome/index.html
Other
59 stars 44 forks source link

Error: No module named 'gnome' #128

Open egiraldof opened 2 years ago

egiraldof commented 2 years ago

Hello,

I have tried to install the model on both windows and linux and at the end of the installation I get the following error:

image

I've tried it on different computers and the same thing happens.

Could someone tell me how to solve it please.

Thanks.

haniramadhan-kkp commented 8 months ago

Have you solved this problem? How to fix it, somebody may be can help, please. Thank you

ChrisBarker-NOAA commented 8 months ago

that error means that the gnome package was not installed.

Did you run through the install process (everything including: setup.py install or setup.py develop) If so, did it complete successfully?

If that was successful then it may have been installed into a different environment.

You seem to have a conda environment set up for gnome -- was that environment activated when you did the install?