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

Cannot install addon #65

Open
marten-lucas opened this issue Jul 19, 2023 · 23 comments
Open

Cannot install addon #65

marten-lucas opened this issue Jul 19, 2023 · 23 comments

Comments

@marten-lucas
Copy link

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
Copy link

ergi-la commented Jul 25, 2023

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
Copy link

Same here.

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

@silviopen
Copy link

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

@wombat1971
Copy link

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

@DariusNeciunas
Copy link

Same

@Madcat71
Copy link

Same issue

1 similar comment
@Ruebnow
Copy link

Ruebnow commented Aug 24, 2023

Same issue

@alpham1ke
Copy link

+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?

#38

@wileecotye
Copy link

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
Copy link

m0ister commented Sep 5, 2023

Same issue

@MrTuuist3r
Copy link

Same issue :-(

@HunZ83
Copy link

HunZ83 commented Sep 12, 2023

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
Copy link

Same problem for me with latest version installed (10.5)

@dimafemabo
Copy link

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
Copy link

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
Copy link

Same issue

Home Assistant 2023.10.5
Supervisor 2023.10.0
Operating System 11.0
Frontend 20231005.0 - latest

@shaunsull
Copy link

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
Copy link
Contributor

ashmieke commented Nov 9, 2023

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

@shaunsull
Copy link

shaunsull commented Nov 11, 2023

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
Copy link

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

@plumpy80
Copy link

plumpy80 commented Nov 24, 2023

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
Copy link

wombat1971 commented Nov 24, 2023

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
Copy link

Confirmed working again. Many thanks.

bladehstream added a commit to bladehstream/ModbusTCP2MQTT that referenced this issue Feb 23, 2024
bladehstream added a commit to bladehstream/ModbusTCP2MQTT that referenced this issue Feb 23, 2024
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