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

Home Assistant installation is missing libcblas as used by numpy #5857

Closed
m0jek opened this issue Nov 2, 2022 · 2 comments
Closed

Home Assistant installation is missing libcblas as used by numpy #5857

m0jek opened this issue Nov 2, 2022 · 2 comments
Labels
Known Issue 🐛 Solution available 🥂 Definite solution has been done
Milestone

Comments

@m0jek
Copy link

m0jek commented Nov 2, 2022

Creating a bug report/issue

Required Information

  • DietPi version | G_DIETPI_VERSION_CORE=8
    G_DIETPI_VERSION_SUB=10
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH='master'
    G_GITOWNER='MichaIng'
  • Distro version | bullseye
  • Kernel version | Linux Janeway 5.4.218-odroidxu4 v68 #22.08.6 SMP PREEMPT Tue Oct 18 06:39:15 UTC 2022 armv7l GNU/Linux
  • SBC model | Odroid XU3/XU4/MC1/HC1/HC2 (armv7l)
  • Power supply used | 5V 6A
  • SD card used | eMMC

Additional Information (if applicable)

  • Software title | Homeassistant
  • Was the software title installed freshly or updated/migrated? fresh install
  • Can this issue be replicated on a fresh installation of DietPi? yes
  • Bug report ID | 87ce833d-6743-4abb-adaa-48914cb359b1

Steps to reproduce

Expected behaviour

  • onboarding works with no "undefined error"
  • logs are pretty clear, only warnings
Nov 02 13:10:53 Janeway systemd[1]: Started Home Assistant (DietPi).
Nov 02 13:10:57 Janeway Home Assistant[2573]: 2022-11-02 13:10:57.099 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

Actual behaviour

  • When onboarding web page gives a undefined error.
  • one can still login, but then there are errors in logs
  • extract of logs;
Nov 02 12:46:16 Janeway systemd[1]: Started Home Assistant (DietPi).
Nov 02 12:46:20 Janeway Home Assistant[2070]: 2022-11-02 12:46:20.589 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Nov 02 12:46:26 Janeway Home Assistant[2070]: 2022-11-02 12:46:26.361 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component:
Nov 02 12:46:26 Janeway Home Assistant[2070]: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Nov 02 12:46:26 Janeway Home Assistant[2070]: Importing the numpy C-extensions failed. This error can happen for
Nov 02 12:46:26 Janeway Home Assistant[2070]: many reasons, often due to issues with your setup or how NumPy was
Nov 02 12:46:26 Janeway Home Assistant[2070]: installed.
Nov 02 12:46:26 Janeway Home Assistant[2070]: We have compiled some common reasons and troubleshooting tips at:
Nov 02 12:46:26 Janeway Home Assistant[2070]:     https://numpy.org/devdocs/user/troubleshooting-importerror.html
Nov 02 12:46:26 Janeway Home Assistant[2070]: Please note and check the following:
Nov 02 12:46:26 Janeway Home Assistant[2070]:   * The Python version is: Python3.9 from "/home/homeassistant/.pyenv/versions/3.9.15/bin/python3.9"
Nov 02 12:46:26 Janeway Home Assistant[2070]:   * The NumPy version is: "1.23.2"
Nov 02 12:46:26 Janeway Home Assistant[2070]: and make sure that they are the versions you expect.
Nov 02 12:46:26 Janeway Home Assistant[2070]: Please carefully study the documentation linked above for further help.
Nov 02 12:46:26 Janeway Home Assistant[2070]: Original error was: libcblas.so.3: cannot open shared object file: No such file or directory
Nov 02 12:46:34 Janeway Home Assistant[2070]: 2022-11-02 12:46:34.718 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component:
Nov 02 12:46:34 Janeway Home Assistant[2070]: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Nov 02 12:46:34 Janeway Home Assistant[2070]: Importing the numpy C-extensions failed. This error can happen for
Nov 02 12:46:34 Janeway Home Assistant[2070]: many reasons, often due to issues with your setup or how NumPy was
Nov 02 12:46:34 Janeway Home Assistant[2070]: installed.
Nov 02 12:46:34 Janeway Home Assistant[2070]: We have compiled some common reasons and troubleshooting tips at:
Nov 02 12:46:34 Janeway Home Assistant[2070]:     https://numpy.org/devdocs/user/troubleshooting-importerror.html

Extra details

Nov 02 13:10:53 Janeway systemd[1]: Started Home Assistant (DietPi).
Nov 02 13:10:57 Janeway Home Assistant[2573]: 2022-11-02 13:10:57.099 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
@Joulinar Joulinar added Known Issue 🐛 Solution available 🥂 Definite solution has been done labels Nov 2, 2022
@Joulinar
Copy link
Collaborator

Joulinar commented Nov 2, 2022

Already known, a fix will become available on next release 23910ee

@Joulinar Joulinar added this to the v8.11 milestone Nov 2, 2022
@Joulinar
Copy link
Collaborator

Joulinar commented Nov 2, 2022

I'm going to close the issue if there are no further question. Feel free to reopen if needed.

@Joulinar Joulinar closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Known Issue 🐛 Solution available 🥂 Definite solution has been done
Projects
None yet
Development

No branches or pull requests

2 participants