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
I'm trying to use grass library in my Jupyter Notebook. When I install the library with this code !pip install grass-session it gets successfully installed. But when I try to import it with import grass.script as gscript, I get an error:
ModuleNotFoundError Traceback (most recent call last)
Input In [3], in <cell line: 1>()
----> 1 import grass.script as gscript
ModuleNotFoundError: No module named 'grass.script'
How can I fix this?
The text was updated successfully, but these errors were encountered:
I'm trying to use grass library in my Jupyter Notebook. When I install the library with this code
!pip install grass-session
it gets successfully installed. But when I try to import it withimport grass.script as gscript
, I get an error:How can I fix this?
The text was updated successfully, but these errors were encountered: