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

No module named 'serial #9

Open
jacopsd opened this issue May 1, 2024 · 0 comments
Open

No module named 'serial #9

jacopsd opened this issue May 1, 2024 · 0 comments

Comments

@jacopsd
Copy link

jacopsd commented May 1, 2024

HA Core 2024.4.4
HA OS 11.5

Suddenly these errors appear in the log, and the module doesn't work anymore:

  File "/app/./modbus2mqtt.py", line 2, in <module>
    from  modbus2mqtt.modbus2mqtt import main
  File "/app/modbus2mqtt/modbus2mqtt.py", line 33, in <module>
    import serial
ModuleNotFoundError: No module named 'serial'

Tried 'pip install pyserial' in the console, but that doesn't work

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