vault backup: 2024-11-08 19:11:48

This commit is contained in:
Jerry Jacobs 2024-11-08 19:11:48 +01:00
parent 185f7cb437
commit aa2f585555
1 changed files with 20 additions and 1 deletions

View File

@ -139,4 +139,23 @@ error: subprocess-exited-with-error
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
```
```
```
Great Thanks [@LukaszMoskala](https://github.com/LukaszMoskala),
For Android Termux :
# outside of homeassistant venv
git clone [https://github.com/numpy/numpy.git](https://github.com/numpy/numpy.git) numpy-git
cd numpy-git
git checkout v1.26.0
git cherry-pick [040ed2d](https://github.com/numpy/numpy/commit/040ed2dc9847265c581a342301dd87d2b518a3c2)
git submodule update --init
cd ..
# now enter homeassistant venv
LDFLAGS=" -lm -lpython3" pip install numpy-git/
```
https://github.com/numpy/numpy/issues/24873#issuecomment-1807458661