errors.fyi community error code reference
ImportError
python

ImportError

Raised when an import statement fails to find the module or when a from ... import fails to find a name in the module. The name and path attributes give the missing name and file path.

References

← all namespaces