qiskit.aqua.MissingOptionalLibraryError
exception MissingOptionalLibraryError(libname, name, pip_install=None, msg=None)
Raised when an optional library is missing.
Set the error message.
Parameters
- libname (
str
) – Name of missing library - name (
str
) – Name of class, function, module that uses this library - pip_install (
Optional
[str
]) – pip install command, if any - msg (
Optional
[str
]) – Descriptive message, if any
with_traceback
with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
Was this page helpful?
Report a bug or request content on GitHub.