-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BUG] 'Point' object layout differs from 'Point' #92
Comments
Hi @gdambic, could you provide information of your local Python environment? I will try to reproduce this myself locally. |
Hi, @jeertmans,
I use Python 3.12.2 as the interpreter, with a dedicated virtualenv for the project. I only installed "pip install differt2d" and it installed the following dependencies:
Please let me know if you need any more info. Thank you so much, |
Thanks! I managed to reproduce the bug, and it looks like one of the upstream dependencies decided to change how class inheritance work. I fixed this in #93, and will hopefully merge and release this soon if the CI is happy :-) |
Hi @gdambic, can you check that installing |
Reposted message from @gdambic.
Discussed in #91
Originally posted by gdambic November 28, 2024
Hello,
I get an error when trying to use a simple scene and I am not sure what I am doing wrong. Here are the steps to reproduce:
When run, I get:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: