[PyQt] PyQT 5.7.1 does not work with Anaconda on Windows 10
Phil Thompson
phil at riverbankcomputing.com
Thu Jan 12 22:35:37 GMT 2017
On 12 Jan 2017, at 6:28 pm, Tarren Peterson <tarrenjp at gmail.com> wrote:
>
> I am running Windows 10 with Anaconda. I created a Python 3.6 virtual environment, and attempted to install PyQt 5.7.1. It is not in the conda package list yet so I tried to install via pip. It appeared to install correctly but I getdll errors when I try to import anything.
>
> I tried the exact same method on Ubuntu 16.04 and PyQt 5.71 appears to function perfectly inside a Python 3.6 conda virtual environment.
You could see if there are any missing DLLs with...
http://www.dependencywalker.com
Phil
More information about the PyQt
mailing list