-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
Description
Anaconda 4.2.0 is missing python3.dll.
After pip install PyQt5==5.7.1
importing import PyQt5.QtCore
fails with missing .dll message.
Dependency Walker lists python3.dll as missing.
By adding python3.dll
from an installer from python.org to the Anaconda install directory (same place as python35.dll), PyQt5 works.
shaneahmed, FLTornado, Congee and guixinliu