Skip to content Skip to sidebar Skip to footer

Pyinstaller: Import Error: Dll Load Failed: The Specified Module Could Not Be Found

I'm trying create an executable from my code that uses PyQt5. I'm using Python 3.5.3 -64 bits, developing in Windows 10, and used pip to install pyinstaller 3.2.1. I run pyinstalle

Solution 1:

you need to install pyinstaller and pywin32, which is same bit version as your python bit version is.

Get it from here: https://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/

choose amd64 ones if your python is 64-bit else non-amd64 ones

If you face any registry problems (or) Python installation directory not found issues, I can help

Post a Comment for "Pyinstaller: Import Error: Dll Load Failed: The Specified Module Could Not Be Found"