-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not compatible with PySide 6.7 #578
Comments
Here's how I fixed the drag and drop issue: cbrnr/mnelab@4b65c81 |
Is that the same bug? The error is:
which comes from an AttributeError:
In other words, I think This looks like https://bugreports.qt.io/browse/PYSIDE-2674 . It manifested by trying to do stuff like |
That's weird. Maybe mention in that bug report that the problem still occurs in 6.7.1 (because it claims that it has been fixed in that version)? |
Re is that the same bug, it could be, it also showed an incorrect class hierarchy for me. But maybe this was just a problem in this particular method, which I could fix (possibly by working around it)... I remember thinking that it was really weird that somehow the inheritance tree was all messed up, but then didn't look into it further because my original issue had been fixed (worked around). So I'd be really interested if this is a larger issue! |
@larsoner Just to be absolutely sure, could you kindly try to reproduce this? I was trying to ensure that I wasn't mixing different installations of Qt and respective bindings, but maybe I messed up. Maybe this is an installation mistake on my end, or a conda packaging problem (even though I installed everything except for Python from PyPI, at least to my knowledge) |
I just reproduced it in mne-tools/mne-python#12629 when I tried to remove the existing |
Hello, it seems pyvistaqt is not compatible with PySide 6.7, even though there is no upper bound for this dependency.
(base) mne-user ➜ /workspaces/mne-python (devcontainer ✗) $ conda list |grep pyside pyside6 6.7.1 pypi_0 pypi pyside6-addons 6.7.1 pypi_0 pypi pyside6-essentials 6.7.1 pypi_0 pypi
The text was updated successfully, but these errors were encountered: