baca
baca copied to clipboard
dependency on deprecated imghdr module.
standard imghdr which is required by baca is no longer supported as a standard module by python in 3.13 which leads to breakage on systems that are using 3.13+
https://docs.python.org/3/library/imghdr.html << here is the official documentation
You could try installing https://github.com/mikeshardmind/imghdr-lts as a work-around.
In epy I use https://pypi.org/project/standard-imghdr/