-
Notifications
You must be signed in to change notification settings - Fork 195
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
YARP 3.9: compatibility with python 3.12 when handling images #3116
Comments
Interestingly there have been some related issue but for different pairs of Python versions:
Perhaps we are all barking at the wrong tree, and the issue is not the Python version? To have a full picture about the problem, I think it is important to know:
|
By the way, #1873 suggests that you should pass |
If that works, it may be worth updating the example in
|
Dear Silvio, For reference I attach a working version of my previous snippet:
I was experiencing that error on:
I does not seem to be dependent on any particular configuration of mine. P.S: It may be worth updating also the example in icub-tutorials |
Describe the bug
Dear support,
I get a segmentation fault when handling images on python 3.12.
In particular something goes wrong when I wrap images with yarp_image.setExternal() .
The same code runs well on python < 3.11 .
To Reproduce
I've experienced the error on my personal code but here's a snippet to reproduce the error.
Configuration (please complete the following information):
The text was updated successfully, but these errors were encountered: