Windows 10: pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll...

Discus and support pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll... in Windows 10 Software and Apps to solve the problem; well, the issue is i tried compiling my code which involves cv2 and numpy, using pyinstaller but every time i try an error occurs and the dynamic logs... Discussion in 'Windows 10 Software and Apps' started by herbal_rage, Oct 10, 2019.

  1. pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll...


    well, the issue is i tried compiling my code which involves cv2 and numpy, using pyinstaller but every time i try an error occurs and the dynamic logs state that this dll is missing, originally it wasn't there, but my friend offered me a copy (which was 100% official and from absolutely same hardware piece), after inserting it into sys32 folder and restarting the computer nothing really changed. I really hope someone could help me here. another question is if there`s a way to download older dll`s versions, since it might help to resolve the problem.





    static logs:

    This file lists modules PyInstaller was not able to find. This does not
    necessarily mean this module is required for running you program. Python and
    Python 3rd-party packages include a lot of conditional or optional module. For
    example the module 'ntpath' only exists on Windows, whereas the module
    'posixpath' only exists on Posix systems.

    Types if import:
    * top-level: imported at the top-level - look at these first
    * conditional: imported within an if-statement
    * delayed: imported from within a function
    * optional: imported within a try-except-statement

    IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
    yourself tracking down the missing module. Thanks!

    missing module named 'multiprocessing.forking' - imported by c:\users\fbi\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_multiprocessing.py (optional)
    missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
    missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
    missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
    missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
    missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
    missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
    missing module named multiprocessing.SimpleQueue - imported by multiprocessing (top-level), concurrent.futures.process (top-level)
    missing module named 'win32com.gen_py' - imported by win32com (conditional, optional), c:\users\fbi\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_win32comgenpy.py (top-level)
    missing module named pyimod03_importers - imported by c:\users\fbi\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py (top-level)
    missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.requirements (top-level), pkg_resources._vendor.packaging.markers (top-level)
    missing module named 'com.sun' - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional)
    missing module named com - imported by pkg_resources._vendor.appdirs (delayed)
    missing module named __builtin__ - imported by numpy.core.numerictypes (conditional), numpy.core.numeric (conditional), numpy.lib.function_base (conditional), numpy.lib._iotools (conditional), numpy.ma.core (conditional), numpy.distutils.misc_util (delayed, conditional), numpy (conditional), pkg_resources._vendor.pyparsing (conditional)
    missing module named ordereddict - imported by pkg_resources._vendor.pyparsing (optional)
    missing module named StringIO - imported by pkg_resources._vendor.six (conditional), numpy.lib.utils (delayed, conditional), numpy.lib.format (delayed, conditional), numpy.testing._private.utils (conditional)
    missing module named __main__ - imported by pkg_resources (delayed, optional)
    missing module named pkg_resources.extern.packaging - imported by pkg_resources.extern (top-level), pkg_resources (top-level), setuptools.dist (top-level), setuptools.command.egg_info (top-level)
    missing module named pkg_resources.extern.appdirs - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
    missing module named 'pkg_resources.extern.six.moves' - imported by pkg_resources (top-level), pkg_resources._vendor.packaging.requirements (top-level)
    missing module named pkg_resources.extern.six - imported by pkg_resources.extern (top-level), pkg_resources (top-level)
    missing module named resource - imported by posix (top-level), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named posix - imported by os (conditional, optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named org - imported by pickle (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named _winreg - imported by platform (delayed, optional), numpy.distutils.cpuinfo (delayed, conditional, optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level), pkg_resources._vendor.appdirs (delayed)
    missing module named _scproxy - imported by urllib.request (conditional)
    missing module named java - imported by platform (delayed), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named 'java.lang' - imported by platform (delayed, optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level), xml.sax._exceptions (conditional)
    missing module named vms_lib - imported by platform (delayed, conditional, optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named termios - imported by tty (top-level), getpass (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named urllib.splittag - imported by urllib (optional), setuptools.py26compat (optional)
    missing module named grp - imported by tarfile (optional), shutil (optional), pathlib (delayed), distutils.archive_util (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named _dummy_threading - imported by dummy_threading (optional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named 'org.python' - imported by copy (optional), setuptools.sandbox (conditional), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level), xml.sax (delayed, conditional)
    missing module named pwd - imported by posixpath (delayed, conditional), tarfile (optional), shutil (optional), http.server (delayed, optional), webbrowser (delayed), pathlib (delayed, conditional, optional), distutils.util (delayed, conditional), distutils.archive_util (optional), netrc (delayed, conditional), getpass (delayed), C:\Users\FBI\Desktop\prject1SC\qr.py (top-level)
    missing module named commands - imported by numpy.distutils.cpuinfo (conditional)
    missing module named setuptools_svn - imported by setuptools.command.egg_info (optional)
    missing module named 'setuptools.extern.six' - imported by setuptools (top-level), setuptools.extension (top-level)
    missing module named wincertstore - imported by setuptools.ssl_support (delayed, optional)
    missing module named 'backports.ssl_match_hostname' - imported by setuptools.ssl_support (optional)
    missing module named backports - imported by setuptools.ssl_support (optional)
    missing module named 'pkg_resources._vendor.six.moves' - imported by 'pkg_resources._vendor.six.moves' (top-level)
    missing module named urllib2 - imported by setuptools.package_index (optional), numpy.lib._datasource (delayed, conditional)
    missing module named setuptools.extern.six.moves.filter - imported by setuptools.extern.six.moves (top-level), setuptools.command.py36compat (top-level)
    missing module named setuptools.extern.six.moves.filterfalse - imported by setuptools.extern.six.moves (top-level), setuptools.msvc (top-level)
    missing module named 'pkg_resources.extern.packaging.version' - imported by setuptools.msvc (top-level)
    missing module named setuptools.extern.six.moves.map - imported by setuptools.extern.six.moves (top-level), setuptools.dist (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.package_index (top-level), setuptools.ssl_support (top-level), setuptools.command.egg_info (top-level)
    runtime module named setuptools.extern.six.moves - imported by setuptools.dist (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.command.setopt (top-level), setuptools.package_index (top-level), setuptools.ssl_support (top-level), setuptools.command.egg_info (top-level), setuptools.command.py36compat (top-level), setuptools.msvc (top-level)
    missing module named setuptools.extern.six - imported by setuptools.extern (top-level), setuptools.monkey (top-level), setuptools.dist (top-level), setuptools.extern.six.moves (top-level), setuptools.depends (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.package_index (top-level), setuptools.command.bdist_egg (top-level), setuptools.command.egg_info (top-level), setuptools.command.sdist (top-level), setuptools.unicode_utils (top-level), setuptools.glob (top-level), setuptools.command.develop (top-level)
    missing module named 'numpy_distutils.cpuinfo' - imported by numpy.f2py.diagnose (delayed, conditional, optional)
    missing module named 'numpy_distutils.fcompiler' - imported by numpy.f2py.diagnose (delayed, conditional, optional)
    missing module named 'numpy_distutils.command' - imported by numpy.f2py.diagnose (delayed, conditional, optional)
    missing module named numpy_distutils - imported by numpy.f2py.diagnose (delayed, optional)
    missing module named __svn_version__ - imported by numpy.f2py.__version__ (optional)
    missing module named numarray - imported by numpy.distutils.system_info (delayed, conditional, optional)
    missing module named Numeric - imported by numpy.distutils.system_info (delayed, conditional, optional)
    missing module named ConfigParser - imported by numpy.distutils.system_info (conditional), numpy.distutils.npy_pkg_config (conditional)
    missing module named _curses - imported by curses (top-level), curses.has_key (top-level)
    missing module named pytest - imported by numpy._pytesttester (delayed)
    missing module named 'nose.plugins' - imported by numpy.testing._private.noseclasses (top-level), numpy.testing._private.nosetester (delayed)
    missing module named scipy - imported by numpy.testing._private.nosetester (delayed, conditional)
    missing module named 'nose.util' - imported by numpy.testing._private.noseclasses (top-level)
    missing module named nose - imported by numpy.testing._private.utils (delayed, optional), numpy.testing._private.decorators (delayed), numpy.testing._private.noseclasses (top-level)
    missing module named numpy.core.number - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
    missing module named numpy.core.signbit - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
    missing module named numpy.core.float64 - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
    missing module named numpy.core.float32 - imported by numpy.core (top-level), numpy.testing._private.utils (top-level)
    missing module named numpy.core.intp - imported by numpy.core (top-level), numpy.testing._private.utils (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.lib.i0 - imported by numpy.lib (top-level), numpy.dual (top-level)
    missing module named dummy_thread - imported by numpy.core.arrayprint (conditional, optional)
    missing module named thread - imported by numpy.core.arrayprint (conditional, optional)
    missing module named cpickle - imported by numpy.compat.py3k (conditional)
    missing module named pickle5 - imported by numpy.compat.py3k (conditional, optional)
    missing module named numpy.core.integer - imported by numpy.core (top-level), numpy.fft.helper (top-level)
    missing module named numpy.core.sqrt - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft.pocketfft (top-level)
    missing module named numpy.core.conjugate - imported by numpy.core (top-level), numpy.fft.pocketfft (top-level)
    missing module named numpy.core.sign - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.divide - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.object_ - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.geterrobj - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.add - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.complexfloating - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.inexact - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.cdouble - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.csingle - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.double - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named numpy.core.single - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
    missing module named future_builtins - imported by numpy.lib.npyio (conditional)
    missing module named urlparse - imported by numpy.lib._datasource (delayed, conditional)
    missing module named copy_reg - imported by numpy.core (conditional)
    missing module named numpy.recarray - imported by numpy (top-level), numpy.ma.mrecords (top-level)
    missing module named numpy.dtype - imported by numpy (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level)
    missing module named numpy.expand_dims - imported by numpy (top-level), numpy.ma.core (top-level)
    missing module named numpy.array - imported by numpy (top-level), numpy.ma.core (top-level), numpy.ma.extras (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level)
    missing module named numpy.bool_ - imported by numpy (top-level), numpy.ma.core (top-level), numpy.ma.mrecords (top-level)
    missing module named numpy.iscomplexobj - imported by numpy (top-level), numpy.ma.core (top-level)
    missing module named numpy.amin - imported by numpy (top-level), numpy.ma.core (top-level)
    missing module named numpy.amax - imported by numpy (top-level), numpy.ma.core (top-level)
    missing module named numpy.ndarray - imported by numpy (top-level), numpy.ma.core (top-level), numpy.ma.extras (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level)
    missing module named numpy.histogramdd - imported by numpy (delayed), numpy.lib.twodim_base (delayed)
    missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric (delayed)


    dynamic logs:

    WARNING: lib not found: api-ms-win-downlevel-shlwapi-l1-1-0.dll dependency of c:\users\myuser\appdata\local\programs\python\python36-32\lib\site-packages\cv2\cv2.cp36-win32.pyd




    p.s. i`m really not the greatest when it comes to computers so if you could be patient with my stupidity please be, ik that its most likely something obvious. pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll... :)

    :)
     
    herbal_rage, Oct 10, 2019
    #1

  2. Error 0xc000012f for "C:\WINDOWS\system32\api-ms-win-downlevel-shell32-l1-1-0.dll", "api-ms-win-downlevel-advapi32-l2-1-0.dll" and "api-ms-win-downlevel-shlwapi-l2-1-0.dll"

    Hi. Everytime I try to reinstall a program I get a "0xc000012f" error messages for the following files "C:\WINDOWS\system32\api-ms-win-downlevel-shell32-l1-1-0.dll", "C:\WINDOWS\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll"
    and C:\WINDOWS\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll" I've tried everything I can think of and have yet to find anything online about the problem. I have tried as follows, disable/uninstall anti-virus software, reinstall related
    programs, ran sfc /scannow (no problems), ran DISM (same), I even reinstalled Windows 10 (Version 1607 (OS Build 143930.447)) using the Media Creation Tool to be safe. No luck. The files are there and scan uncorrupted, not really sure what's wrong, thought
    it was the programs installer package but the company insists it's not and by their forums it doesn't seem like other users are having the issue. Does anyone know which most recent windows update package contained these files?

    ***Post moved by the moderator to the appropriate forum category.***
     
    thenineofspades, Oct 10, 2019
    #2
  3. sentryZX Win User
    Missing api-ms-win-core DLLs

    Hi

    I bought a laptop with Windows 8.1 and upgraded to Windows 10. It's a 64-bit system with an AMD processor. I'm trying to use py2exe to turn a Python script into a standalone executeable but I have missing DLLs. The list of DLLs is:

    - api-ms-win-core-libraryloader-l1-2-1.dll

    - api-ms-win-core-atoms-l1-1-0.dll

    - api-ms-win-core-winrt-error-l1-1-1.dll

    - api-ms-win-core-sidebyside-l1-1-0.dll

    - api-ms-win-core-localization-obsolete-l1-3-0.dll

    - api-ms-win-core-heap-l1-2-0.dll

    - api-ms-win-core-heap-l2-1-0.dll

    - api-ms-win-core-delayload-l1-1-1.dll

    - api-ms-win-core-libraryloader-l1-2-0.dll

    - api-ms-win-core-rtlsupport-l1-2-0.dll

    - api-ms-win-core-shlwapi-obsolete-l1-2-0.dll

    - api-ms-win-security-base-l1-2-0.dll

    I do not know where to find these DLLs. I have installed the following in an attempt to resolve this but it has not worked:

    - Visual C++ Redistributables (x86 and x64 - 2008, 2010, 2012, 2013 and 2015)

    - Visual Studio 2010 Express

    - Visual Studio 2010 Express Prerequisites x64

    - Microsoft Windows SDK for Windows 7 (7.1)

    Also Microsoft .NET Framework 4 Multi-Targeting Pack is listed in my Programs and Features list but I am unable to install ANY version of .NET Framework after 4. For example, when I try to install NEW Framework v4.6 the installer blocks and says I already
    have a newer version of .NET Framework installed. But when I tried to install Windows SDK for Windows 7 the installer told me I had a pre-release version of .NET Framework 4 (which I don't remember installing).

    Where can I obtain the missing DLLs from?
     
    sentryZX, Oct 10, 2019
    #3
  4. pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll...

    How To Fix "api-ms-win-crt-runtime-l1-1-0.dll is missing error" On Windows

    Hey Molkal,

    "api-ms-win-crt-runtime-l1-1-0.dll is missing" is a common error on Windows running computers. This happens when the program does found the .dll file which is required in order to work or function.
    So, this .dll file is missing from your computer.

    You can fix this error with these below methods:

    1. BY REPAIRING VISUAL C++ REDISTRIBUTABLE FOR VISUAL STUDIO 2015
    2. BY UPDATING THE WINDOWS
    3. OR YOU CAN DOWNLOAD & INSTALL VISUAL C++ REDISTRIBUTABLE FOR VISUAL STUDIO 2015 MANUALLY
    So, you can opt any of the above methods to fix api-ms-win-crt-runtime-l1-1-0.dll is missing
    error on your PC.

    Thanks,

    Loren
     
    Lorenjackel, Oct 10, 2019
    #4
Thema:

pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll...

Loading...
  1. pyinstaller (python to exe converter) misses api-ms-win-downlevel-shlwapi-l1-1-0.dll... - Similar Threads - pyinstaller python exe

  2. api-ms-win-appmodel-runtime-l1-1-0.dll was not found

    in Windows 10 Gaming
    api-ms-win-appmodel-runtime-l1-1-0.dll was not found: The code execution cannot proceed because api-ms-win-appmodel-runtime-l1-1-0.dll was not found.Reinstalling the program may fix this problem. https://answers.microsoft.com/en-us/windows/forum/all/api-ms-win-appmodel-runtime-l1-1-0dll-was-not/38d1a337-a70f-443f-bedd-d0eb827bed45
  3. api-ms-win-appmodel-runtime-l1-1-0.dll was not found

    in Windows 10 Installation and Upgrade
    api-ms-win-appmodel-runtime-l1-1-0.dll was not found: The code execution cannot proceed because api-ms-win-appmodel-runtime-l1-1-0.dll was not found.Reinstalling the program may fix this problem. https://answers.microsoft.com/en-us/windows/forum/all/api-ms-win-appmodel-runtime-l1-1-0dll-was-not/38d1a337-a70f-443f-bedd-d0eb827bed45
  4. api-ms-win-appmodel-runtime-l1-1-0.dll was not found

    in Windows 10 Software and Apps
    api-ms-win-appmodel-runtime-l1-1-0.dll was not found: The code execution cannot proceed because api-ms-win-appmodel-runtime-l1-1-0.dll was not found.Reinstalling the program may fix this problem. https://answers.microsoft.com/en-us/windows/forum/all/api-ms-win-appmodel-runtime-l1-1-0dll-was-not/38d1a337-a70f-443f-bedd-d0eb827bed45
  5. api-ms-crt-runtime-l1-1-0.dll

    in Windows 10 Gaming
    api-ms-crt-runtime-l1-1-0.dll: api-ms-crt-runtime-l1-1-0.dll https://answers.microsoft.com/en-us/windows/forum/all/api-ms-crt-runtime-l1-1-0dll/43d58d24-b1fd-4f9a-9589-3cd0b8212c4b
  6. api-ms-crt-runtime-l1-1-0.dll

    in Windows 10 Software and Apps
    api-ms-crt-runtime-l1-1-0.dll: api-ms-crt-runtime-l1-1-0.dll https://answers.microsoft.com/en-us/windows/forum/all/api-ms-crt-runtime-l1-1-0dll/43d58d24-b1fd-4f9a-9589-3cd0b8212c4b
  7. api-ms-win-core-libraryloader-l1-2-1.dll is missing?

    in Windows 10 Gaming
    api-ms-win-core-libraryloader-l1-2-1.dll is missing?: i've tried running a program but it requires this missing dll's, i'm using windows 7 and i want a 32 bit of this dll if anybody has it give it to me please...
  8. System File Missing api-ms-win-crt-string-l1-1-0.dll !!!

    in Windows 10 Software and Apps
    System File Missing api-ms-win-crt-string-l1-1-0.dll !!!: I recently installed code blocks for my programming course but when i try to open the app the device fails to do so and always shows a message saying that the file I mentioned earlier in subject is missing so how could I solve that issue.Notice that I searched the files's...
  9. System File Missing api-ms-win-crt-string-l1-1-0.dll !!!

    in Windows 10 Gaming
    System File Missing api-ms-win-crt-string-l1-1-0.dll !!!: I recently installed code blocks for my programming course but when i try to open the app the device fails to do so and always shows a message saying that the file I mentioned earlier in subject is missing so how could I solve that issue.Notice that I searched the files's...
  10. api-ms-win-crt-heap-l1-1-0.dll

    in Windows 10 Network and Sharing
    api-ms-win-crt-heap-l1-1-0.dll: I'm looking for file api-ms-win-crt-heap-l1-1-0.dll. Reinstalling the Microsoft Visual C++ 2015-2019 Redistributable for x64 and x86 didn't help. Should a dll with this name really exist, or is the problem somewhere else? There is a file of this name at...

Users found this page by searching for:

  1. pyinstaller api-ms-win-core-libraryloader-l1-2-0.dll

    ,
  2. pyinstaller logging module missing