hassio-addons/addon-node-red



The issue has been closed
Error installing py3-pandas package. #844
AalianKhan posted onGitHub
Problem/Motivation
I am getting an error when I am installing the py3-pandas package.
Expected behavior
Install successfuly
Actual behavior
Error
OK: 191 MiB in 58 packages
ERROR: unsatisfiable constraints:
py3-pandas-1.1.5-r0:
masked in: @edge
satisfies: world[py3-pandas]
[15:00:05] FATAL: Failed installing system package py3-pandas
[cont-init.d] user.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... OK: 191 MiB in 58 packages
ERROR: unsatisfiable constraints:
py3-pandas-1.1.5-r0:
masked in: @edge
satisfies: world[py3-pandas]
[15:00:05] FATAL: Failed installing system package py3-pandas
[cont-init.d] user.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
Steps to reproduce
adding py3-pandas
to configuration
Proposed changes
(If you have a proposed change, workaround or fix, describe the rationale behind it)
I have tried adding all requires dependencies listed on the alpine website. https://pkgs.alpinelinux.org/package/edge/community/x86/py3-pandas
In my configuration of the add-on
system_packages:
- python3
- libgcc
- libstdc++
- musl
- py3-dateutil
- py3-numpy
- py3-tz
- py3-pandas
npm_packages: []
init_commands: []