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

Installer incompatible with Python 3.12 #20

Open
philpennock opened this issue Oct 2, 2023 · 2 comments
Open

Installer incompatible with Python 3.12 #20

philpennock opened this issue Oct 2, 2023 · 2 comments

Comments

@philpennock
Copy link

Attempting to install this Python module under Python 3.12.0 fails, because of the legacy API removals in configparser, see https://docs.python.org/3.12/whatsnew/3.12.html#configparser

        File "/home/pdp/tmp/pip-install-2veuinio/ed25519_edac44b7ec634c7a8d71316cd0dfedea/versioneer.py", line 399, in get_config_from_root
          parser = configparser.SafeConfigParser()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
@effigies
Copy link

The versioneer issue is resolved, but an old versioneer is vendored here. Upgrade with pipx run versioneer install.

See https://github.com/python-versioneer/python-versioneer/blob/master/UPGRADING.md for any migration issues.

@browolf
Copy link

browolf commented Jul 14, 2024

This is still an issue and adding versioneer adds more problems I don't understand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants