You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On installation with pip and Py3.12 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Remedy
Refactor code to replace any instance of SafeConfigParser with ConfigParser.
The text was updated successfully, but these errors were encountered:
Describe the bug
On installation with
pip
and Py3.12AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Remedy
Refactor code to replace any instance of
SafeConfigParser
withConfigParser
.The text was updated successfully, but these errors were encountered: