You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue while trying to use the PySide6QtAds package in my Python 3.10 environment on Windows. When I attempt to import the PySide6QtAds module in my script, I receive the following error message:
ImportError: DLL load failed while importing PySide6QtAds: The specified program could not be found.
I have already tried reinstalling PySide6 and PySide6QtAds, ensuring that the required Qt libraries are installed, and verifying that the Python, PySide6, and PySide6QtAds architectures match (all 64-bit). Additionally, I have checked the system PATH to ensure it includes the directory where the required DLLs are located.
Despite these efforts, the issue persists. I would greatly appreciate any assistance or insights into resolving this DLL load failure.
Thank you!
The text was updated successfully, but these errors were encountered:
I am experiencing an issue while trying to use the PySide6QtAds package in my Python 3.10 environment on Windows. When I attempt to import the PySide6QtAds module in my script, I receive the following error message:
ImportError: DLL load failed while importing PySide6QtAds: The specified program could not be found.
I have already tried reinstalling PySide6 and PySide6QtAds, ensuring that the required Qt libraries are installed, and verifying that the Python, PySide6, and PySide6QtAds architectures match (all 64-bit). Additionally, I have checked the system PATH to ensure it includes the directory where the required DLLs are located.
Despite these efforts, the issue persists. I would greatly appreciate any assistance or insights into resolving this DLL load failure.
Thank you!
The text was updated successfully, but these errors were encountered: