busimus / cutelog

GUI for logging
MIT License
484 stars 45 forks source link

Requirement qtpy is not installed by pip #9

Closed bergmansj closed 5 years ago

bergmansj commented 5 years ago

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.

busimus commented 5 years ago

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