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
Looks like some dependency is not declared for regular installation, but only for dev:
$ roborock Traceback (most recent call last): File "…/venv/bin/roborock", line 5, in <module> from roborock.cli import main File "…/venv/lib/python3.11/site-packages/roborock/cli.py", line 9, in <module> from pyshark import FileCapture # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ModuleNotFoundError
This fixed it: pip install pyshark.
The text was updated successfully, but these errors were encountered:
Looks like some dependency is not declared for regular installation, but only for
dev
:This fixed it:
pip install pyshark
.The text was updated successfully, but these errors were encountered: