errors.fyi community error code reference
ModuleNotFoundError
python

ModuleNotFoundError

A subclass of ImportError raised when a module cannot be located at all. Distinguishable from ImportError, which may also be raised if a module is found but cannot be loaded.

References

← all namespaces