Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.5k stars 5.32k forks source link

python2 is deprecated #5067

Closed gratefulfrog closed 2 years ago

gratefulfrog commented 2 years ago

I have been struggling with the Resonance Testing section of Klipper. It seems that these instructions and much of the code were written for python2, but on rpi4, this is a non starter. In particular: numpy won't run: $ libcblas.so.3: cannot open shared object file: No such file or directory soltuion: $ sudo apt-get install libatlas-base-dev Then, the script: ~/klipper/scripts/calibrate_shaper.py needs to be updated: line 1: #!/usr/bin/env python3 #### was python2 !!!

It may be the same for the all scripts that specifically mention python2 ...

In the end, I got it to work, I think.

I really appreciate your work and am not criticizing, just trying to help.

Any questions, I am always available! Bob

Sineos commented 2 years ago

Thanks for your finding. It is a known topic and already addressed --> https://github.com/Klipper3d/klipper/pull/5011 Closing the issue here

gratefulfrog commented 2 years ago

Cheers! Great piece of software Klipper ! Well done! Bob

On Sun, 26 Dec 2021 at 09:40, Sineos @.***> wrote:

Thanks for your finding. It is a known topic and already addressed --> #5011 https://github.com/Klipper3d/klipper/pull/5011 Closing the issue here

— Reply to this email directly, view it on GitHub https://github.com/Klipper3d/klipper/issues/5067#issuecomment-1001128234, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOUDF5LIMTGP7DDGQU6KHLUS3IGVANCNFSM5KXWFPWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>