busimus/cutelog

Requirement qtpy is not installed by pip

Closed this issue · 1 comments

pip install cutelog does not install the qtpy package (it does install PyQt5).

This results in a ModuleNotFoundError: No module named 'qtpy' when trying to start cutelog.

It seems just to be a missing dependency in the package info, because after a pip install qtpy things are ok.

Well, that was dumb. Thanks for pointing it out.