vault backup: 2024-11-08 19:43:00

This commit is contained in:
Jerry Jacobs 2024-11-08 19:43:00 +01:00
parent d35c204be2
commit a6bf2c3364
1 changed files with 16 additions and 0 deletions

View File

@ -270,4 +270,20 @@ Uninstalling numpy-1.26.0:
/data/homeassistant/lib/python3.11/site-packages/numpy/*
Proceed (Y/n)? y
Successfully uninstalled numpy-1.26.0
```
Finally homebrew patched numpy
```
Processing ./dl/numpy-git
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: numpy
Building wheel for numpy (pyproject.toml) ... done
Created wheel for numpy: filename=numpy-1.26.0-cp311-cp311-freebsd_14_1_RELEASE_p3_amd64.whl size=24156181 sha256=165ac15d3ddf5d2336520934b1321b4eb26074ddb11205398b450375693d56ba
Stored in directory: /home/homeassistant/.cache/pip/wheels/11/b7/76/343a9fc71c70dd4931749d568222522502d6af19e277d2e1d6
Successfully built numpy
Installing collected packages: numpy
Successfully installed numpy-1.26.0
```