Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kanguu10 opened this issue Jan 24, 2024 · 0 comments
Open

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

kanguu10 opened this issue Jan 24, 2024 · 0 comments

Comments

@kanguu10
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant