After another website suggested using PySide2 to solve an issue I am having with system tray icons not responding, I installed PySide2. However, I am unable to import anything from it. If I try to import anything from PySide2 I get the following error:
ImportError: DLL load failed: The specified procedure could not be found.
I can see from searching the web that this error message sometimes has to do with combinations of packages or other software that needs to be installed, but haven’t found a solution. How do I get PySide2 working on my computer? I’m using Windows 10 and have Spyder, PyCharm, and Jupyter Notebook IDE’s available.
Thank you!