Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error during connect: cannot import name signature #174

Open
h3rm opened this issue May 24, 2024 · 4 comments
Open

Internal error during connect: cannot import name signature #174

h3rm opened this issue May 24, 2024 · 4 comments

Comments

@h3rm
Copy link

h3rm commented May 24, 2024

Describe the bug
Internal error during connect: cannot import name signature error message. If i comment out all autotune rows in the printer.cfg the printer can suddenly connect again

To Reproduce
Steps to reproduce the behavior:
after todays full update i get the error:
https://imgur.com/cBKVtbn

Expected behavior
normal start

Screenshots
https://imgur.com/cBKVtbn

Logfile
moonraker.log
klippy.log

@Dragi2k
Copy link

Dragi2k commented May 24, 2024

i have the same issue

@Dragi2k
Copy link

Dragi2k commented May 24, 2024

5hagbard23 found the solution, and Posted it in discord.
Python is too old and should be Updated :
sudo systemctl stop klipper; rm -rf ~/klippy-env; python3 -m venv ~/klippy-env; ~/klippy-env/bin/pip install -r ~/klipper/scripts/klippy-requirements.txt; sudo systemctl start klipper
works on my side

@h3rm
Copy link
Author

h3rm commented May 24, 2024

5hagbard23 found the solution, and Posted it in discord. Python is too old and should be Updated : sudo systemctl stop klipper; rm -rf ~/klippy-env; python3 -m venv ~/klippy-env; ~/klippy-env/bin/pip install -r ~/klipper/scripts/klippy-requirements.txt; sudo systemctl start klipper works on my side

maybe use with care. i bricked my klipper config (https://github.com/Guilouz/Klipper-Flsun-Speeder-Pad/wiki) totally with this ( i think cause of rm -rf ~/klippy-env but i don't know)

update: reinstall of klipper + moonraker via KIAUH worked. now the autotune plugin seem to work too.. weired

@vndk36
Copy link

vndk36 commented Jun 15, 2024

I had the same issue and the klippy logs where not super clear. I tried the commands on the command line. It worked well on my side without bricking the klipper config. Your case may vary. Thx @Dragi2k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants