#Mokuro is broken and can't process volumes
9 messages · Page 1 of 1 (latest)
you need python 3.10.xx to run mokuro
I need to recheck but I’m pretty sure I’m on a newer version
New versions are not necessarily better and can break compatibility
In this case some things in numpy were deprecated while mokuro still references them
I would recommend updating mokuro if you haven't already done so and seeing if that works
If it doesn't, install an older python version (3.11 is probably safe) and reinstall mokuro and its dependencies
Out of curiosity, could you check what version your NumPy is? I wanna know if it's because of NumPy or because of python itself
You can do pip list and look for numpy to check