We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8
hand deployed python
3.10
other
You'll probably get there as you validate newer python versions, but it looks like SafeConfigParser is now just ConfigParser.
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Just a build issue with newer pythons
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suzieq version
0.8
Install Type
hand deployed python
Python version
3.10
Impacted component
other
Steps to Reproduce
You'll probably get there as you validate newer python versions, but it looks like SafeConfigParser is now just ConfigParser.
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Expected Behavior
Just a build issue with newer pythons
Observed Behavior
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
Screenshots
Additional Context
The text was updated successfully, but these errors were encountered: