baca icon indicating copy to clipboard operation
baca copied to clipboard

dependency on deprecated imghdr module.

Open RustyRaptor opened this issue 1 year ago • 3 comments

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+

RustyRaptor avatar Dec 23 '24 23:12 RustyRaptor

https://docs.python.org/3/library/imghdr.html << here is the official documentation

Glog78 avatar Dec 27 '24 12:12 Glog78

You could try installing https://github.com/mikeshardmind/imghdr-lts as a work-around.

stephen144 avatar Apr 29 '25 18:04 stephen144

In epy I use https://pypi.org/project/standard-imghdr/

mcepl avatar Jun 11 '25 15:06 mcepl