Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: PyInstaller can not find MS-Win DLLs #1

Open
NiklasRosenstein opened this issue Dec 6, 2016 · 0 comments
Open

Windows: PyInstaller can not find MS-Win DLLs #1

NiklasRosenstein opened this issue Dec 6, 2016 · 0 comments
Assignees

Comments

@NiklasRosenstein
Copy link
Collaborator

On Windows, there's a lot of warnings like these

16054 WARNING: lib not found: api-ms-win-crt-utility-l1-1-0.dll dependency of c:\python35-32\DLLs\pyexpat.pyd
16127 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\python35-32\DLLs\pyexpat.pyd
16200 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\python35-32\DLLs\pyexpat.pyd
16269 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python35-32\DLLs\pyexpat.pyd
16337 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python35-32\DLLs\pyexpat.pyd
16459 WARNING: lib not found: api-ms-win-crt-utility-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16527 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16595 WARNING: lib not found: api-ms-win-crt-conio-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16665 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16732 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16799 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16868 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
16935 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
17004 WARNING: lib not found: api-ms-win-crt-environment-l1-1-0.dll dependency of c:\python35-32\DLLs\_hashlib.pyd
17101 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python35-32\DLLs\_lzma.pyd
17169 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python35-32\DLLs\_lzma.pyd
17291 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python35-32\DLLs\_socket.pyd
17394 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\python35-32\DLLs\_bz2.pyd
17500 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\python35-32\DLLs\_bz2.pyd

The installer still works though.

Related: pyinstaller/pyinstaller#2152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant