kootenpv / brightml

Convenient Machine-Learned Auto Brightness (Linux)
MIT License
120 stars 4 forks source link

Missing watchdog dep #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

It seems that there is an unspecified dependency on watchdog:

$ git clone https://github.com/kootenpv/brightml
$ cd brightml
$ sudo python3 setup.py install
$ brightml
Traceback (most recent call last):
  File "/usr/bin/brightml", line 11, in <module>
    load_entry_point('brightml==0.0.6', 'console_scripts', 'brightml')()
  File "/usr/lib/python3.6/site-packages/brightml-0.0.6-py3.6.egg/brightml/__main__.py", line 10, in main
  File "/usr/lib/python3.6/site-packages/brightml-0.0.6-py3.6.egg/brightml/brightml.py", line 11, in <module>
  File "/usr/lib/python3.6/site-packages/brightml-0.0.6-py3.6.egg/brightml/file_watcher.py", line 3, in <module>
ModuleNotFoundError: No module named 'watchdog'

It doesn't look like this is a dependency specified in requirements.txt or setup.py