You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aw-watcher-ask run --help
Traceback (most recent call last):
File "/home/timing/.local/bin/aw-watcher-ask", line 5, in <module>
from aw_watcher_ask.cli import app
File "/home/timing/.local/lib/python3.8/site-packages/aw_watcher_ask/cli.py", line 12, in <module>
import typer
File "/home/timing/.local/lib/python3.8/site-packages/typer/__init__.py", line 29, in <module>
from .main import Typer as Typer
File "/home/timing/.local/lib/python3.8/site-packages/typer/main.py", line 11, in <module>
from .completion import get_completion_inspect_parameters
File "/home/timing/.local/lib/python3.8/site-packages/typer/completion.py", line 10, in <module>
import click._bashcomplete
ModuleNotFoundError: No module named 'click._bashcomplete'
The text was updated successfully, but these errors were encountered:
Thanks for this awesome watcher!
I have got issues running the watcher with the following traceback and potentially related issues celery/celery#6511 click-contrib/click-repl#72:
I wonder what we can do about this?
The text was updated successfully, but these errors were encountered: