-
Notifications
You must be signed in to change notification settings - Fork 997
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
TypeError: Pen(): arguments did not match any overloaded call #1277
Comments
Hi @GkqqNkKC, thanks for reporting this. I am unable to reproduce it though. What's the output of the following commands on your machine?
Mine looks like this:
|
This should have been fixed by #1224 |
Ah, of course, that's it. Thanks a lot @hroncok. I'm afraid the Printrun version on Ubuntu 22.04 is not yet patched for this error. Patch is already in place in testing so it'll make its way through for 22.10. Using Python 3.9 as a work around should work though. Remember to change the shebang line on - #!/usr/bin/python3
+ #!/usr/bin/python3.9 |
Duplicate of #1225. Closing. |
almost 1 year passed an the issue is still present on Ubuntu 22.04 which is an LTS version !!!! |
I suggest you contact the Ubuntu folks, I am afraid the exclamation marks are wasted here. |
I have the same problem on Ubuntu |
@zhennik26, |
Hello, I have recently upgraded my Ubuntu from 20 to 22, and now I can't get Pronterface to work at all. It says:
I also downgraded my Python version to 3.6, 3.7 or 3.9, and it still doesn't work. The app is stuck and I have to press Ctrl+C to exit. I also have reinstalled Pronterface. Again, no success
The text was updated successfully, but these errors were encountered: