Problem
Installing the plugin dependencies fails with the following error:
Collecting meross_iot==0.4.10.4
Could not find a version that satisfies the requirement meross_iot==0.4.10.4
No matching distribution found for meross_iot==0.4.10.4
Version 0.4.10.4 of meross_iot does not exist on PyPI. The latest available version is 0.4.7.5.
Environment
- Jeedom on Raspberry Pi
- Python 3.7.3
- Plugin version: 2026-03-18 (beta)
Result
Dependencies stay nok, daemon cannot start.
Suggested fix
Update the version constraint in requirements.txt or install.sh to target 0.4.7.5 or use a flexible constraint such as meross_iot>=0.4.7.
Problem
Installing the plugin dependencies fails with the following error:
Version
0.4.10.4ofmeross_iotdoes not exist on PyPI. The latest available version is0.4.7.5.Environment
Result
Dependencies stay
nok, daemon cannot start.Suggested fix
Update the version constraint in
requirements.txtorinstall.shto target0.4.7.5or use a flexible constraint such asmeross_iot>=0.4.7.