You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)
Although the manifest.json file specifies "requirements": ["pyelectroluxocp==0.0.19"],, I wonder if this is not related to the fact that you have defined a tag https://github.com/Woyken/py-electrolux-ocp/releases/tag/0.0.19 but not a corresponding release ?
I don't understand the mechanism of the dependencies extraction in that case and how it can lead to this
Thank you
The text was updated successfully, but these errors were encountered:
Hi @Woyken , I don't know why but some users have import errors on the latest release of the HA component.
Following : albaintor/homeassistant_electrolux_status#80
ImportError: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)
Although the manifest.json file specifies
"requirements": ["pyelectroluxocp==0.0.19"],
, I wonder if this is not related to the fact that you have defined a tag https://github.com/Woyken/py-electrolux-ocp/releases/tag/0.0.19 but not a corresponding release ?I don't understand the mechanism of the dependencies extraction in that case and how it can lead to this
Thank you
The text was updated successfully, but these errors were encountered: