Skip to content

ModuleNotFoundError: No module named 'grass.script' #27

Description

@kangu10

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions