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

Fix for Python 3.10 Callable move to collections.abc #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ROunofF
Copy link

@ROunofF ROunofF commented Oct 24, 2023

Fix #31

The m92 command wasn't being sent/working anymore

@dblencowe
Copy link

I've tested this code locally on my machine and can confirm it resolved the issues I was seeing. (Tools page effectively unresponsive, Python error output to Octoprint console).

I'm not sure how Octoprint and plugins support backwards compatibility, it might be worth checking sys.version_info here so that this code is backwards compatible?

@ThR3742
Copy link

ThR3742 commented Sep 12, 2024

I have the exact same issue which is kind of blocking and was considering raising a similar pull review. Would be great if it could be merged indeed!

EDIT: I have checkout-ed your code and it fixes my issue ; I can calibrate my printer again :)

@bvaerewyck
Copy link

This fixed my issues as well. Good catch ;-)

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

Successfully merging this pull request may close these issues.

Python Error: AttributeError: module 'collections' has no attribute 'Callable'
4 participants