Replies: 1 comment
-
|
There was some discussion about this problem here: #433 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all, I installed the latest version and only got the following output:
python3 -m mqtt_io mini2.yml
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/mqttio/.venv/lib/python3.13/site-packages/mqtt_io/main.py", line 11, in
from .server import MqttIo
File "/home/mqttio/.venv/lib/python3.13/site-packages/mqtt_io/server.py", line 59, in
from .modules import install_missing_requirements
File "/home/mqttio/.venv/lib/python3.13/site-packages/mqtt_io/modules/init.py", line 10, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
mini2.yml looks as follows:
mqtt:
host: localhost
port: 1883
topic_prefix: new
client_id: "raspi"
ha_discovery:
enabled: yes
GPIO
gpio_modules:
module: gpiod
digital_outputs:
Pin 1 is an output connected to a light
module: gpio
pin: 5
inverted: yes
on_payload: "ON"
off_payload: "OFF"
initial: 'high'
Python environment is set. Could you please help? Thank you for your efforts. BR fab
Beta Was this translation helpful? Give feedback.
All reactions