PluginDefaultNotAvailableError

exception compas.plugins.PluginDefaultNotAvailableError[source]

Bases: Exception

Exception raised when an extension point is invoked but no plugin is available, and the default implementation is also not available.

The most likely circumstance for this error is when the default implementation is based on Numpy, Scipy, or similar, and the pluggable is invoked in a context where these packages are not available.