mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-24 08:38:34 -07:00
Update Measuring_Resonances.md - Trixie
It has been noted that Trixie has removed the libatlas packages and the 1.26 version of numpy doesnt install, but the normal packaged version does. Not sure on wording, maybe some users dont know what Trixie is, comments welcomed. Thanks James Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
parent
a8cbc93552
commit
bbfb43dd45
1 changed files with 9 additions and 1 deletions
|
|
@ -212,11 +212,19 @@ the following commands:
|
|||
sudo apt update
|
||||
sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-dev
|
||||
```
|
||||
|
||||
If you are using a Trixie version of Debian, please use:
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install python3-numpy python3-matplotlib libopenblas-dev
|
||||
```
|
||||
Next, in order to install NumPy in the Klipper environment, run the command:
|
||||
```
|
||||
~/klippy-env/bin/pip install -v "numpy<1.26"
|
||||
```
|
||||
If you are using a Trixie version of Debian, please use:
|
||||
```
|
||||
~/klippy-env/bin/pip install -v numpy
|
||||
```
|
||||
Note that, depending on the performance of the CPU, it may take *a lot*
|
||||
of time, up to 10-20 minutes. Be patient and wait for the completion of
|
||||
the installation. On some occasions, if the board has too little RAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue