daylio-csv-parser icon indicating copy to clipboard operation
daylio-csv-parser copied to clipboard

Makefile fails on Termux: missing /bin/bash and get-pip.py

Open AleMendoza13 opened this issue 7 months ago β€’ 3 comments

Hi,

When trying to run make csv on Termux (Android), I get:

make: /bin/bash: No such file or directory make: *** [Makefile:52: csv] Error 127

Also, trying to manually run python get-pip.py fails because the file is missing.

It seems the Makefile assumes a Linux environment with bash and additional scripts not included.

Could you update the instructions or provide an alternative method to parse the backup.daylio file to CSV?

Thanks!

Image

AleMendoza13 avatar Apr 27 '25 09:04 AleMendoza13