hassio-addons/addon-node-red

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: []

posted by bonanitech over 4 years ago

It is likely because it is only available on the Alpine edge repo, to install it you need to specify that, for example:

system_packages:
  - py3-pandas@edge

Please be aware that using the edge repo packages can possibly lead to other issues.

posted by sinclairpaul over 4 years ago

by entering

system_packages:
  - py3-pandas@edge

it has fixed the issue

posted by AalianKhan over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests