Closed fdw closed 2 years ago
I've encountered the same problem, I quickly hacked around it with a fork (https://github.com/Steffo99/docker-fava), but it's definitely something that should be fixed.
Hi sorry for the late response.
It looks like this is an issue that should be fixed in the upstream. I'll see if I can send a PR to them.
This still seems broken. Am I doing something wrong?
Sorry got distracted and just fixed it.
I had problems building a new image for ARMv7 (while #7 is still not solved 🙈): Fava's
makefile
callspybabel
, but it's not installed. I had to first installpip
and then callpip3 install babel
to fix this.Is this my mistake? Or do you want a PR?