MissingDependencyError# class brainstate.interop.MissingDependencyError(package, install_hint)[source]# Raised when an optional framework (flax / equinox) is not installed. Parameters: package (str) – The name of the missing package. install_hint (str) – A pip install command the user can run.