Hello there, I'm trying to get Pyside2 working on windows without much luck.
Below is what I'm doing: pip install --index-url= http://download.qt.io/snapshots/ci/pyside/5.9/latest/ pyside2 --trusted-host download.qt.io Collecting pyside2 Downloading http://download.qt.io/snapshots/ci/pyside/5.9/latest/pyside2/PySide2-5.9.0a1.dev1525348439-5.9.6-cp36-cp36m-win_amd64.whl (181.0MB) 100% |████████████████████████████████| 181.0MB 12.8MB/s Installing collected packages: pyside2 Successfully installed pyside2-5.9.0a1.dev1525348439 You are using pip version 9.0.1, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. > python Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import PySide2.QtCore Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: DLL load failed: The specified procedure could not be found. >>> Pyside installs just fine but when I import I have some dll (mismatch?) problem. I tried this within an isolated env as well as with the latest version of pip. The same worked just fine on macos. I'm at a loss what I'm doing wrong. If you have any pointers please do let me know! Thanks in advance, seb -- Sebastian Schoellhammer w <http://www.sebscorner.org>ww.mokumedia.de <http://www.mokumedia.de>
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
