You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, when I perform the tests, the following messages raised up:
(gnome) PS C:\PyGnome\PyGnome_new\py_gnome\tests\unit_tests> pytest --runslow
ImportError while loading conftest 'C:\PyGnome\PyGnome_new\py_gnome\tests\conftest.py'.
..\conftest.py:15: in
from gnome.utilities import rand
E ModuleNotFoundError: No module named 'gnome'
I tried other stuffs, but they also did not fix that. So, could someone help me with that??
Many thanks,
Odilon.
The text was updated successfully, but these errors were encountered:
Hello!
I need some help. I followed all steps from https://gnome.orr.noaa.gov/doc/pygnome/installing.html to install PyGnome, but it has not been worked.
In fact, when I perform the tests, the following messages raised up:
(gnome) PS C:\PyGnome\PyGnome_new\py_gnome\tests\unit_tests> pytest --runslow
ImportError while loading conftest 'C:\PyGnome\PyGnome_new\py_gnome\tests\conftest.py'.
..\conftest.py:15: in
from gnome.utilities import rand
E ModuleNotFoundError: No module named 'gnome'
I tried other stuffs, but they also did not fix that. So, could someone help me with that??
Many thanks,
Odilon.
The text was updated successfully, but these errors were encountered: