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

Satpy Github issue template example code fails with ModuleNotFoundError #1572

Closed
gerritholl opened this issue Feb 26, 2021 · 0 comments · Fixed by #1575
Closed

Satpy Github issue template example code fails with ModuleNotFoundError #1572

gerritholl opened this issue Feb 26, 2021 · 0 comments · Fixed by #1575
Assignees
Labels
Milestone

Comments

@gerritholl
Copy link
Collaborator

Describe the bug

The Satpy GitHub bug issue template has under **Environment Info:**:

 - Readers and writers dependencies (when relevant): [run `from satpy.config import check_satpy; check_satpy()`]

However, running this example code will fail with ModuleNotFoundError.

To Reproduce

from satpy.config import check_satpy; check_satpy()

Expected behaviour

I expect that example code suggested by the issue template should work.

Actual results

>>> from satpy.config import check_satpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'satpy.config'

Environment Info:

  • Satpy Version: 0.25.2.dev50+g905197a3
  • Readers and writers dependencies (when relevant): [run from satpy.config import check_satpy; check_satpy()] ModuleNotFoundError.

Additional context

We can blame #1501

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

Successfully merging a pull request may close this issue.

2 participants