I'm trying to create an exe for my python script using pyinstaller each time it runs into errors which can be found in a pastebin here.
Also when I double click the exe file it shows this error:
C:Users\Afro\AppData\Local\Temp_MEI51322\VCRUNTIME140.dll is either not designed to run on windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0xc000007b
and then this:
Error loading Python DLL: C:\Users\Afro\AppData\Local\Temp_MEI51322\python35.dll(error code 193)
what's wrong, please?