I get a lot of warnings when I try to create an executable from python files (please see the code below).
I found in many forums that it could be related to "Microsoft C++ 2015", so I reinstalled it but it doesn't work. I tried a lot of solutions like uploading software that allows creating executables automatically, etc.
Do you have any ideas to suggest to me? PS: I'm using pyinstaller, pyqt5 and python36.
7078 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\python36\python.exe
7319 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python36\python.exe
7543 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python36\python.exe
7752 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\python36\python.exe
7966 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\python36\python.exe
8167 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\python36\VCRUNTIME140.dll
8364 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python36\VCRUNTIME140.dll
8560 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\python36\VCRUNTIME140.dll
8764 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python36\VCRUNTIME140.dll
8960 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\python36\VCRUNTIME140.dll
9177 WARNING: lib not found: api-ms-win-crt-environment-l1-1-0.dll dependency of c:\python36\python36.dll
9372 WARNING: lib not found: api-ms-win-crt-process-l1-1-0.dll dependency of c:\python36\python36.dll
9567 WARNING: lib not found: api-ms-win-crt-filesystem-l1-1-0.dll dependency of c:\python36\python36.dll
9773 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\python36\python36.dll
9960 WARNING: lib not found: api-ms-win-crt-conio-l1-1-0.dll dependency of c:\python36\python36.dll
10162 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\python36\python36.dll
10360 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\python36\python36.dll
10552 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\python36\python36.dll
10762 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\python36\python36.dll
10987 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\python36\python36.dll
11187 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\python36\python36.dll
11377 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\python36\python36.dll