Skip to content
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

ModuleNotFoundError: No module named 'pyshark' #223

Open
pmhahn opened this issue Sep 8, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'pyshark' #223

pmhahn opened this issue Sep 8, 2024 · 0 comments

Comments

@pmhahn
Copy link

pmhahn commented Sep 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant