MatterVN / ModbusTCP2MQTT

Sungrow & SMA Solar Inverter addon for Home Assistant using mobusTCP
MIT License
68 stars 51 forks source link

Cannot install addon #65

Open marten-lucas opened 1 year ago

marten-lucas commented 1 year ago

When I click "install" on the page in the addon store, I recieve the following message:

Addon could not be installed The command '/bin/ash -o pipefail -c pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt' returned a non-zero code: 1

ergi-la commented 1 year ago

Same problem here. It might be the requirement readsettings>=3.4.5 it is not possible to install this with pip in actual HA Version. The package readsettings ist outdated i think. I don´t know how to fix this problem ...

hansen1506 commented 1 year ago

Same here.

Home Assistant 2023.7.3 Supervisor 2023.07.1 Operating System 10.3 Frontend 20230705.1 - latest

silviopen commented 1 year ago

I also join the list of users with this problem. Has anyone solved it?

wombat1971 commented 1 year ago

Same issue. Have to start a new build of HA but cannot install.

DariusNeciunas commented 1 year ago

Same

Madcat71 commented 1 year ago

Same issue

Ruebnow commented 1 year ago

Same issue

alpham1ke commented 1 year ago

+1 on this issue, with setup below: Home Assistant 2023.8.4 Supervisor 2023.08.1 Operating System 10.5 Frontend 20230802.1 - latest

and same error reported about a year ago, which self resolved (?) - a "thankyou" noted but no other responses in the thread?

https://github.com/MatterVN/ModbusTCP2MQTT/issues/38

wileecotye commented 1 year ago

same issue here -i manually installed the file and checked the version -and got a error installing readsetting -warning about the setup license file parameter being deprecated -there is a link but its beyond my skill set (https://setuptools.pypa.io/en/latest/userguide/declarative_config.html)

m0ister commented 1 year ago

Same issue

MrTuuist3r commented 1 year ago

Same issue :-(

HunZ83 commented 1 year ago

i´m also not able to install the addon. Home Assistant 2023.9.1 Supervisor 2023.08.3 Operating System 10.5 Frontend 20230802.0 - latest

insanetypo commented 1 year ago

Same problem for me with latest version installed (10.5)

dimafemabo commented 11 months ago

same issue here :-( Home Assistant 2023.3.3 Supervisor 2023.10.0 HA in Docker Anyone a step further or solved the issue? Cheers

dimafemabo commented 11 months ago

When I click "install" on the page in the addon store, I recieve the following message:

Addon could not be installed The command '/bin/ash -o pipefail -c pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt' returned a non-zero code: 1

As I have the same issue, see my comment above, I realized the comment uses "/bin/ash -o p" shouldn't that be bash instead of ash??? Could this be corrected somwhere in the script?? any ideas? Cheers and have a great weekend!

shaunsull commented 11 months ago

Same issue

Home Assistant 2023.10.5
Supervisor 2023.10.0
Operating System 11.0
Frontend 20231005.0 - latest
shaunsull commented 11 months ago

In the docker file, should the version of pycryptodomex be 3.19.0?

RUN pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt

Sorry I am not good enough at GitHub to do a pull request.

ashmieke commented 11 months ago

I managed to fix by updating requirements.txt first line to PyYAML==5.3.1

shaunsull commented 11 months ago

I managed to fix by updating requirements.txt first line to PyYAML==5.3.1

That's great @ashmieke

For someone who is not good at GitHub, how would I go about installing into HA with your code fix still in a pull request? In other words, what are the steps we need to do before it get's code merged?

plumpy80 commented 10 months ago

Of course, the same issue.... How can I use the soulutions of @ashmieke ?

plumpy80 commented 10 months ago

Unfortunately, it still doesn't work... 😄 or 😢

The error message:

The command '/bin/ash -o pipefail -c pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt' returned a non-zero code: 1 (Same)

wombat1971 commented 10 months ago

Noticed another update to the jason file overnight (for Australia). It has installed.. no error. Now trying to configure. - UPDATE: Able to configure and appears to be working

shaunsull commented 10 months ago

Confirmed working again. Many thanks.