phylo42 / IPK

Inference of phylo-k-mers
MIT License
4 stars 1 forks source link

Unmentioned/undocumented python dependency #17

Closed lczech closed 11 months ago

lczech commented 1 year ago

Hi again,

I'm seeing unmet dependencies when executing IPK:

ModuleNotFoundError: No module named 'click'

A simple pip3 install click does the trick, but this should be documented :-)

I think there might be other python dependencies that I am not getting as I already have them installed. I suggest to test in clean VMs for some operating systems, or even better, use GitHub Actions or another CI tool to do that for you every time you push code to the repo!

Cheers Lucas

nromashchenko commented 11 months ago

Thanks! Closed.