ballaswag / guppyscreen

A native Touch UI for 3D Printers running Klipper/Moonraker.
GNU General Public License v3.0
236 stars 25 forks source link

K1 Max with Guilouz script - No module named 'numpy' #99

Closed nmh5028 closed 6 months ago

nmh5028 commented 6 months ago

Receive this error when running input shaper from the on screen buttons. Clean install on K1 max using Guilouz script, "calibrate" button with "graph" selected. I have attempted a full factory reset and have the same issue

22:52:59 
// Wait for calculations..

22:53:03 
// calc_freq_response return (0)

22:53:03 
// Resonances data written to /tmp/resonances_y_y.csv file

22:53:03 
// Running Command {guppy_input_shaper}...:

22:53:04 
// Traceback (most recent call last):

// File "/usr/data/printer_data/config/GuppyScreen/scripts/calibrate_shaper.py", line 12, in

22:53:04 
// import numpy as np, matplotlib
// ModuleNotFoundError: No module named 'numpy'

22:53:04 
// Command {guppy_input_shaper} finished

22:53:04 
// Running Command {guppy_input_shaper}...:

22:53:05 
// Traceback (most recent call last):
// File "/usr/data/printer_data/config/GuppyScreen/scripts/calibrate_shaper.py", line 12, in

22:53:05 
// import numpy as np, matplotlib
// ModuleNotFoundError: No module named 'numpy'

22:53:05 
// Command {guppy_input_shaper} finished

`

AlikaTheDog commented 2 months ago

@nmh5028 How did you solve this issue?

damian5602 commented 1 month ago

Any solution for that? pip install numpy does not works, getting some errors