vault backup: 2024-11-08 19:11:48
This commit is contained in:
parent
185f7cb437
commit
aa2f585555
|
|
@ -140,3 +140,22 @@ 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
|
||||
Loading…
Reference in New Issue