Skip to content

Modulenotfound error after install in Raspberry Pi OS Lite kernel 5.15 #61

@linxcow

Description

@linxcow

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']

Metadata

Metadata

Assignees

Labels

documentationRelated to the documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions