You can still install the package with
pip install standard-imghdr
um... no, i can't, because void disallows pip (although it'll cheerfully let you install it).
seriously, i'm beginning to suspect that python might be less of a problem here than Void's packaging of it
@millihertz
No, I don't think it's limited to Void, it's Python's idea that you should use your distro's package manager to install the modules instead of pip — however pip is still there so you can use it to install modules to venvs.
There is a switch that allows you to force the installation of module into user's site-packages — it's a temporary solution, a more permanent one would be Void shipping standard-imghdr and make it a dependency of epy.
@m0xee i tried to use venvs once. *shudder* never. EVER. again. 😱
@millihertz
When Void starts shipping this standard-imghdr thing we can remove it out of ${HOME}/.local/lib/python3.13/site-packages/ and use that instead.
If you are looking for alternatives to epy — check out bookworm, it's a pretty simple ebook reader, AFAIR it doesn't bring in too many dependencies if you already have GTK installed and it doesn't have this standard-imghdr problem.