Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyinstaller error
#1
Hello.
I'm running python 3.6.4 and pyinstaller on windows 10 x64.
When running "pyinstaller myprog.py" I get many errors. The first errors are these:

7836 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\users\aquilino\python\python.exe
7903 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\users\aquilino\python\python.exe
(...)

Your help is welcome.

Aquilino67
Reply
#2
Maybe this will help?
https://github.com/pyinstaller/pyinstaller/issues/1566
Reply
#3
I also get these message and i just ignore them as it's build working one file .exe,
that also work on other computers.
The error that has to fixes is if no .exe is build as example in here, here.
Reply
#4
Thank you Buran and Snippsat. Actually the exe is generated but it generates a fatal error upon running.
Still digging in buran's thread to try to understand... very complex though.
Please see screen capture below with the runtime error. The message box is a windows fatal error.
https://drive.google.com/open?id=1MQ2ydY...47ADWItHTr
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,380 Jun-27-2023, 01:17 PM
Last Post: diver999
  Pyinstaller error amdi40 7 2,964 Sep-20-2022, 04:13 PM
Last Post: Axel_Erfurt
  Pyinstaller to exe error Tyrel 3 1,799 Aug-26-2021, 06:54 AM
Last Post: buran
  error SimpleITK module with pyinstaller PythonCode12 0 1,605 Jul-08-2020, 12:07 PM
Last Post: PythonCode12
  Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691 Formationgrowthhacking 2 3,634 Apr-30-2020, 10:26 AM
Last Post: buran
  Error ' Attribute error: 'str' object has no attribute 'items'' in pyinstaller manhnt 2 8,935 Nov-04-2018, 05:51 PM
Last Post: Larz60+
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 5,385 Oct-19-2018, 02:42 PM
Last Post: Takeshio

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020