ESPresense / ad-espresense-ips

DEAD: See https://github.com/ESPresense/ESPresense-companion
64 stars 9 forks source link

ERROR: unable to select packages: python3-3.9.5-r1: #6

Open horstefan opened 2 years ago

horstefan commented 2 years ago

Trying this for the first time but got an error: any suggestions?

Error log: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 00-banner.sh: executing...

Add-on: AppDaemon 4 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.7.1 You are running the latest version of this add-on. System: Ubuntu 20.04.2 LTS (amd64 / qemux86-64) Home Assistant Core: 2021.11.5 Home Assistant Supervisor: 2021.10.8

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

[cont-init.d] 00-banner.sh: exited 0. [cont-init.d] 01-log-level.sh: executing... [cont-init.d] 01-log-level.sh: exited 0. [cont-init.d] appdaemon.sh: executing... fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz v3.14.3-42-ga41723b1be [https://dl-cdn.alpinelinux.org/alpine/v3.14/main] v3.14.3-41-g6391631eb3 [https://dl-cdn.alpinelinux.org/alpine/v3.14/community] OK: 14946 distinct packages available (1/4) Installing libquadmath (10.3.1_git20210424-r2) (2/4) Installing libgfortran (10.3.1_git20210424-r2) (3/4) Installing openblas (0.3.15-r0) (4/4) Installing py3-numpy (1.20.3-r0) OK: 142 MiB in 68 packages ERROR: unable to select packages: python3-3.9.5-r1: breaks: python3-dev-3.9.5-r2[python3=3.9.5-r2] satisfies: world[python3=3.9.5-r1] py3-urllib3-1.26.5-r0[python3] py3-cachecontrol-0.12.6-r1[python3] py3-retrying-1.3.3-r1[python3] py3-contextlib2-0.6.0-r1[python3] py3-webencodings-0.5.1-r4[python3] py3-chardet-4.0.0-r2[python3] py3-requests-2.25.1-r4[python3] py3-colorama-0.4.4-r1[python3] py3-setuptools-52.0.0-r3[python3] py3-distlib-0.3.1-r3[python3] py3-msgpack-1.0.2-r1[python3] py3-pip-20.3.4-r1[python3] py3-toml-0.10.2-r2[python3] py3-parsing-2.4.7-r2[python3] py3-pep517-0.10.0-r2[python3] py3-packaging-20.9-r1[python3] py3-progress-1.5-r2[python3] py3-ordered-set-4.0.2-r1[python3] py3-idna-3.2-r0[python3] py3-cparser-2.20-r1[python3] py3-certifi-2020.12.5-r1[python3] py3-lockfile-0.12.2-r4[python3] py3-appdirs-1.4.4-r2[python3] py3-distro-1.5.0-r3[python3] py3-six-1.15.0-r1[python3] [19:10:20] FATAL: Failed installing package py3-scipy [cont-init.d] appdaemon.sh: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] 99-message.sh: executing...

DTTerastar commented 2 years ago

try adding:

init_commands:
  - apk add --update python3 python3-dev gfortran py3-pip build-base py3-numpy
DTTerastar commented 2 years ago

I just figured out you can't include system packages when you use the above command because the above command runs after

DTTerastar commented 2 years ago

But I am back up and working again. I was getting the exact same error after appdaemon and got updated

horstefan commented 2 years ago

im still at appdaemon 4 0.7.1 which update dit you get?

DTTerastar commented 2 years ago

That's what i'm on as well. It worked BEFORE that one.