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

voctocore: newer python3 versions don't have SafeConfigParser anymore #330

Open
jane400 opened this issue May 20, 2024 · 1 comment
Open

Comments

@jane400
Copy link

jane400 commented May 20, 2024

https://docs.python.org/3.9/whatsnew/3.2.html?highlight=safeconfigparser#configparser

Trying to get voctocore via dockerfile on ubuntu:noble running results in:

  File "/opt/voctomix/vocto/config.py", line 5, in <module>
    from configparser import SafeConfigParser
ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'?

this issue is just leaving notes for myself later, i'm currently on a cursed setup and am applying hacks (aarch64/pmOS)

@Kunsi
Copy link
Contributor

Kunsi commented May 22, 2024

Interesting, this did not occur when testing on my arch linux machine 🤔

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

2 participants