Resonance testing documentation on klipper3d.org

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?

Hi @cmholm ,

Have you seen this topic?

Hi @cmholm ,

Have you seen this topic?

Hi

Apparently I didn’t search properly for the problem. Thanks for your reply. The thread describes my problem and devs seems to be aware of the problem :+1: .

I decided to upgrade numpy from version 1.26.4 to 2.3.4 after reading that post. Should be good for a long time now.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.