ESPSomfy-RTS-HA icon indicating copy to clipboard operation
ESPSomfy-RTS-HA copied to clipboard

Requirements for espsomfy_rts not found: ['websocket-client==1.7.0']

Open gcaillaut opened this issue 1 year ago • 2 comments

Hi,

I’m using homeassistant inside a docker container, when I do a pip list | grep websocket it shows

websocket-client                 1.8.0

As a consequence, I cannot install the integration, it fails with the following error

Enregistreur: homeassistant.setup
Source: setup.py:271
S'est produit pour la première fois: 08:14:15 (1 occurrences)
Dernier enregistrement: 08:14:15

Setup failed for custom integration 'espsomfy_rts': Requirements for espsomfy_rts not found: ['websocket-client==1.7.0'].

Is there any reason to fix the version of websocket-client to 1.7.0? If no, can you please update the requirements, and if yes, can you tell me what’s the best way to make it works? (I guess I can downgrade the package manually)

gcaillaut avatar May 18 '24 06:05 gcaillaut

No particular reason to pin it to 1.7.0 at this point other than 1.8.0 was just released last month and haven't had time to test it.

rstrouse avatar May 18 '24 15:05 rstrouse

I bumped the websocket-client in the manifest.

rstrouse avatar May 18 '24 18:05 rstrouse

Thanks!

gcaillaut avatar May 19 '24 18:05 gcaillaut

I am going to close this since I believe it has been sorted out.

rstrouse avatar Jun 18 '24 22:06 rstrouse