-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
documentationRelated to the documentationRelated to the documentation
Description
I used the method described in the online help to install using pip3
I set the wifi card in monitor mode ( checked using iw wlan info)
after launching i get following messages
pi@raspberrypi:~/.local/bin $ sudo ./probequest wlan0
Traceback (most recent call last):
File "/home/pi/.local/bin/./probequest", line 5, in <module>
from probequest.cli import main
ModuleNotFoundError: No module named 'probequest'
platform Python 3.9
>>> print(os.sys.path)
['', '/usr/lib/python39.zip', '/usr/lib/python3.9', '/usr/lib/python3.9/lib-dynload', '/home/pi/.local/lib/python3.9/site-packages', '/usr/local/lib/python3.9/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3.9/dist-packages']
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationRelated to the documentationRelated to the documentation