Pyinstaller ImportError: DLL load failed: The specified module could not be found

Hellbea

Hi i have install piinstaler using pip all is ok. But when i even try to use pyinstaller --version i am recieviinf error:

    Traceback (most recent call last):
  File "C:\Python35\Scripts\pyinstaller-script.py", line 11, in <module>
    load_entry_point('PyInstaller==3.2.1', 'console_scripts', 'pyinstaller')()
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 564, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2662, in load_entry_point
    return ep.load()
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2316, in load
    return self.resolve()
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2322, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "c:\python35\lib\site-packages\PyInstaller\__main__.py", line 21, in <module>
    import PyInstaller.building.build_main
  File "c:\python35\lib\site-packages\PyInstaller\building\build_main.py", line 32, in <module>
    from ..depend import bindepend
  File "c:\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 38, in <module>
    from ..utils.win32.winmanifest import RT_MANIFEST
  File "c:\python35\lib\site-packages\PyInstaller\utils\win32\winmanifest.py", line 97, in <module>
    from PyInstaller.utils.win32 import winresource
  File "c:\python35\lib\site-packages\PyInstaller\utils\win32\winresource.py", line 20, in <module>
    import pywintypes
  File "c:\python35\lib\site-packages\win32\lib\pywintypes.py", line 124, in <module>
    __import_pywin32_system_module__("pywintypes", globals())
  File "c:\python35\lib\site-packages\win32\lib\pywintypes.py", line 64, in __import_pywin32_system_module__
    import _win32sysloader
ImportError: DLL load failed:  The specified module could not be found.
  • Python 3.5.4 32 bit(shows when using python --version)
  • Windows 10 64 -bit
  • PyQt 5

All modules for pyinstaler also was installed.

Hellbea

I have python 64 bit, sorry my mistake

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Pyinstaller: Import Error: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Dev

NLTK ImportError: DLL load failed: The specified module could not be found

From Dev

Scipy ImportError: DLL load failed: The specified module could not be found

From Dev

Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

From Dev

skimage - ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found (sklearn)

From Dev

ktrain ImportError: DLL load failed: The specified module could not be found

From Dev

MeCab: “ImportError: DLL load failed: The specified module could not be found.”

From Dev

cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

From Dev

Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

From Dev

How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

From Dev

OpenCV-Python ImportError: DLL load failed: The specified module could not be found

From Dev

Can run script from pycharm, but not from Terminal. ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found. Tensorflow Chatbot

From Dev

from scipy.linalg import _fblas: ImportError: DLL load failed: The specified module could not be found

From Dev

Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

From Dev

ImportError: DLL load failed while importing _psycopg: The specified module could not be found

From Dev

Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

From Dev

ver.2 PyGreSQL ERROR: from _pg import * ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed while importing pyexpat: The specified module could not be found

From Dev

Error when trying to import sklearn modules : ImportError: DLL load failed: The specified module could not be found

From Dev

Tensorflow-alpha-gpu issue ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

From Dev

(ibm_db) ImportError: DLL load failed while importing ibm_db: The specified module could not be found

Related Related

  1. 1

    Pyinstaller: Import Error: DLL load failed: The specified module could not be found

  2. 2

    ImportError: DLL load failed: The specified module could not be found for numpy

  3. 3

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  4. 4

    Python: ImportError: DLL load failed: The specified module could not be found

  5. 5

    ImportError: DLL load failed: The specified module could not be found

  6. 6

    ImportError: DLL load failed: The specified module could not be found

  7. 7

    NLTK ImportError: DLL load failed: The specified module could not be found

  8. 8

    Scipy ImportError: DLL load failed: The specified module could not be found

  9. 9

    Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

  10. 10

    skimage - ImportError: DLL load failed: The specified module could not be found

  11. 11

    ImportError: DLL load failed: The specified module could not be found (sklearn)

  12. 12

    ktrain ImportError: DLL load failed: The specified module could not be found

  13. 13

    MeCab: “ImportError: DLL load failed: The specified module could not be found.”

  14. 14

    cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

  15. 15

    Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

  16. 16

    How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

  17. 17

    OpenCV-Python ImportError: DLL load failed: The specified module could not be found

  18. 18

    Can run script from pycharm, but not from Terminal. ImportError: DLL load failed: The specified module could not be found

  19. 19

    ImportError: DLL load failed: The specified module could not be found. Tensorflow Chatbot

  20. 20

    from scipy.linalg import _fblas: ImportError: DLL load failed: The specified module could not be found

  21. 21

    Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

  22. 22

    ImportError: DLL load failed while importing _psycopg: The specified module could not be found

  23. 23

    Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

  24. 24

    ver.2 PyGreSQL ERROR: from _pg import * ImportError: DLL load failed: The specified module could not be found

  25. 25

    ImportError: DLL load failed while importing pyexpat: The specified module could not be found

  26. 26

    Error when trying to import sklearn modules : ImportError: DLL load failed: The specified module could not be found

  27. 27

    Tensorflow-alpha-gpu issue ImportError: DLL load failed: The specified module could not be found

  28. 28

    ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

  29. 29

    (ibm_db) ImportError: DLL load failed while importing ibm_db: The specified module could not be found

HotTag

Archive