-
Notifications
You must be signed in to change notification settings - Fork 45
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
vs. ImportError
#1016
Labels
bug
Something isn't working
Comments
Which cases cause the |
I saw this declaring some custom table in VSCode-managed Jupyter yesterday - specifically, |
I am confused as to why it perceives this as a module rather than as a package. |
CBroz1
added a commit
to CBroz1/spyglass
that referenced
this issue
Jul 9, 2024
edeno
pushed a commit
that referenced
this issue
Jul 9, 2024
Closed by #1023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We typically run a try/except on optional dependencies, excepting an
ImportError
. Depending on the user environment, this may raiseModuleNotFoundError
. This was the case in VSCode's Jupyter debugger view.An easy enough solve would be to...
The text was updated successfully, but these errors were encountered: