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

Fehlermeldung bei der Konfiguration #24

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

9no2
Copy link

@9no2 9no2 commented Jul 2, 2022

Hallo Zusammen,

bei mir kommt ganz am Ende, bei der Konfiguration von Probemon, eine Fehlermeldung.

Weiß jemand was man machen muss? Habe bis zu diesem Schritt ziemlich lange gebraucht, aber alles Vorherige funktioniert einwandfrei. Bin nach der Anleitung vorgegangen https://haus-automatisierung.com/projekt/2019/01/13/projekt-paketdienst-erkennen-probe-wifi.html und dem YouTube Video vorgegangen.

Habe eine Raspberry Pi 3B+ mit Buster

pi@raspberrypi:~/python/probemon $ sudo python probemon.py -i mon0 --mac-info --ssid --log --mqtt-broker 192.168.0.111 --mqtt-user otto --mqtt-password abcdefg --mqtt-topic /SmartHome/Interface/WiFi/ProbeRequest

Traceback (most recent call last):
File "probemon.py", line 10, in
import netaddr
File "/usr/local/lib/python2.7/dist-packages/netaddr-0.8.0-py2.7.egg/netaddr/init.py", line 18, in
from netaddr.core import (AddrConversionError, AddrFormatError,
File "/usr/local/lib/python2.7/dist-packages/netaddr-0.8.0-py2.7.egg/netaddr/core.py", line 11, in
from netaddr.compat import _callable, _iter_dict_keys
File "/usr/local/lib/python2.7/dist-packages/netaddr-0.8.0-py2.7.egg/netaddr/compat.py", line 93, in
import importlib_resources as _importlib_resources
ImportError: No module named importlib_resources

Vielen Dank

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

Successfully merging this pull request may close these issues.

3 participants