So I just went on trying binary waterfall, but errors flew. At first, it was a missing library error which I quickly fixed (ModuleNotFoundError: No module named 'moviepy.editor', and I quickly fixed that by installing moviepy version 1.0.3), but then python prompted me it was a package. Should it be a module ready to run?
logs:
$ python -m binary_waterfall
/home/user/binfall/bin/python: No module named binary_waterfall.main; 'binary_waterfall' is a package and cannot be directly executed
I run it in a virtual environment to prevent myself from troubling existing packages (especially system ones). I use Python 3.12.9 on Linux 6.11.0-19, Ubuntu 24.04.2. Any help is appreciated (especially from the devs).