ConfigurationMissingWarning

exception astropy.config.ConfigurationMissingWarning(*args, **kwargs)[source]

Deprecated since version 5.0: The ConfigurationMissingWarning class is deprecated and may be removed in a future version.

A Warning that is issued when the configuration directory cannot be

accessed (usually due to a permissions problem). If this warning appears, configuration items will be set to their defaults rather than read from the configuration file, and no configuration will persist across sessions.

Deprecated since version 5.0: The ConfigurationMissingWarning class is deprecated and may be removed in a future version.

Create and return a new object. See help(type) for accurate signature.