Falha no carregamento da DLL ao importar o PyQt5

Eu instalei o PyQt5 na plataforma Windows e recebi um importError: Falha no carregamento da DLL.

Eu instalei o pyqt5 usando o comando

pip3 install pyqt5
Successfully installed pyqt5-5.8.1

Minha versão do Python é a seguinte:

Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul  5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32

O erro de importação é o seguinte:

from PyQt5.QtWidgets import QApplication
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

Obrigado e cumprimentos

questionAnswers(9)

yourAnswerToTheQuestion