gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.

Home Page:http://packages.python.org/watchdog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG on latest version on Windows

gaetan1903 opened this issue · comments

$ watchmedo auto-restart --patterns="*.py;langs.json" --recursive -- python -c "import core;core.ampalibe.init.run()" 
failed to create process

with the old version it works, but with the last no

Could be a duplicate of #935.

when does it released ? or should I install via the master branch?

when does it released ?

Right now, the release process is ongoing :)

Can you confirm the version 2.2.1 works for you, please?

i confirm, it works fine with the latest version

Thank you