I installed the latest version: ```bash >>> vtest run-test-algorithm Traceback (most recent call last): File "/home/dsmits/mambaforge/envs/v6-local/bin/vtest", line 5, in <module> from cli.test import cli_test ModuleNotFoundError: No module named 'cli' ``` Makes sense that it can't find the module named `cli` because cli is just a folder, not a module (as far as I can see)