DLL load failed when importing PyQt5
问题 I have installed PyQt5 on windows platform and and getting an importError: DLL load failed. I have installed pyqt5 using the command pip3 install pyqt5 Successfully installed pyqt5-5.8.1 My Python version is as follows: Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32 The import Error is as follows: from PyQt5.QtWidgets import QApplication Traceback (most recent call last): File \"<stdin>\", line 1, in <module> ImportError: DLL load