Hi
I recently had to upgrade my PI Lite OS from Buster to Trixie (GNU/Linux 13) due to Python version issues. When I was to install the software for Resonance testing, I found out the documentation on klipper3d.org was not up to date regarding the latest Trixie OS. I had to edit the following cli commands to get everything to install without errors:
sudo apt update
sudo apt install python3-numpy python3-matplotlib libopenblas-dev
I had to leave out the libatlas-base-dev part.
Then I had to modify the next part with:
~/klippy-env/bin/pip install -v "numpy==1.26.4"
I dont know if this is the correct way to install it, but the resonance testing worked and installed without errors. It wouldn’t install without errors If following the documentation.
Maybe something to add to the documentation?