-
Notifications
You must be signed in to change notification settings - Fork 572
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
Error: module 'PySide6QtAds' has no attribute 'ads' #508
Comments
As shown in your pip error message, PySide6-QtAds 4.0.1.2 requires PySIde6 6.4.3, but you have PySIde6 6.5.0 (and the equivalent versions for Essentials and shiboken) installed. PySide6-QtAds needs to be updated to PySide6 6.5.0, hopefully @mborgerson can do that. Although @mborgerson also replies here, maybe for specific requests related to PySide6, we should do it at https://github.com/mborgerson/pyside6_qtads, this is where PySide6-QtAds is being developed. |
Apparently there is an issue when PyQt5 is also installed. Try uninstalling it:
Just made a release. PySide6-QtAds v4.0.1.3 should work with PySide6 v6.5.0.
Yeah, please file PySide6-QtAds-specific issues on my pyside6_qtads fork for tracking |
Thank you for the replies @demotu @mborgerson ! Just refiled the issue |
Hello, I got this error when running simple main.py and other examples.
I came across the previous issues #298 and #494, upgraded
PySide6-QtAds
to 4.0.1.2, and it doesn't seem to fix the error on my end...Environment:
OS: Windows Server 2019 Standard
Python Version: 3.8.16
Package Version:
Relevant Information
I also received this error when I installed the latest PySide6, am not sure if this might cause the error... Does it mean I have to downgrade
pyside6-essentials
&shiboken6
?The text was updated successfully, but these errors were encountered: