-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'watchdog' error weh #609
Comments
I fixed this by injecting Watchdog manually. Is there a reason Watchdog isn't a dependency? |
Hi @charlespick, if you have already installed the event-driven-ansible collection and still see this error then it's because the Python dependencies have not been installed. The Hope that helps. |
Hi @charlespick @ttuffin This seems a bug introduced in #516 Thanks for the report. |
I expect to release 1.0.4 with this fix today or tomorrow as latest |
Please confirm the following
Bug Summary
When following the instructions at main/docs/installation.rst, on a fresh installation of Ubuntu Server you get a traceback ending with no module named watchdog found. I followed the instructions to a tee and also got the same result on Fedora server although I am not as familiar with Fedora so that may be my fault who knows.
I searched for other issues with the keyword "watchdog" and found nothing but I apologize if this is a duplicate.
Environment
Ubuntu 22.04.3 LTS Server
openjdk 17 installed with apt
python 3.10.12 preinstalled
pip3 installed with apt
Steps to reproduce
Install Ubuntu
from the docs
ansible-rulebook
Actual results
Expected results
Help message or results when run with parameters and rulebook
Additional information
No response
The text was updated successfully, but these errors were encountered: