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
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)
The text was updated successfully, but these errors were encountered:
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:
this issue is just leaving notes for myself later, i'm currently on a cursed setup and am applying hacks (aarch64/pmOS)
The text was updated successfully, but these errors were encountered: