Skip to content
New issue

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

Py3.12 AttributeError #103

Open
prjemian opened this issue Mar 7, 2025 · 3 comments
Open

Py3.12 AttributeError #103

prjemian opened this issue Mar 7, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@prjemian
Copy link
Contributor

prjemian commented Mar 7, 2025

Describe the bug
On installation with pip and Py3.12
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

Image

Remedy

Refactor code to replace any instance of SafeConfigParser with ConfigParser.

@prjemian prjemian added the bug Something isn't working label Mar 7, 2025
@prjemian
Copy link
Contributor Author

prjemian commented Mar 7, 2025

This is a bug inherited from python-versioneer.

@prjemian
Copy link
Contributor Author

prjemian commented Mar 7, 2025

Python <3.12 passes, starts to fail for Python 3.12+

@prjemian
Copy link
Contributor Author

prjemian commented Mar 7, 2025

pivot to setuptools-scm and pyproject.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant