voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 106 forks source link

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

Closed jane400 closed 1 month ago

jane400 commented 4 months ago

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 commented 4 months ago

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