MCPcopy Index your code
hub / github.com/huggingface/diffusers / OptionalDependencyNotAvailable

Class OptionalDependencyNotAvailable

src/diffusers/utils/import_utils.py:960–963  ·  view source on GitHub ↗

An error indicating that an optional dependency of Diffusers was not found in the environment.

Source from the content-addressed store, hash-verified

958
959
960class OptionalDependencyNotAvailable(BaseException):
961 """
962 An error indicating that an optional dependency of Diffusers was not found in the environment.
963 """
964
965
966class _LazyModule(ModuleType):

Callers 15

__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…