Home > other >  Pyinstaller packaging file times wrong, can not find a solution, for help
Pyinstaller packaging file times wrong, can not find a solution, for help

Time:09-20

F: \ WorkPlace \ Python3 \ Plane> Pyinstaller - F main. Py
269 INFO: PyInstaller: 3.2
270 INFO: Python: 3.5.2
272 INFO: Platform: Windows - 10-10.0.10586 - SP0
274 INFO: demonstrate F: \ WorkPlace \ Python3 \ Plane \ main spec
INFO: 277 UPX is not available.
280 INFO: Extending the PYTHONPATH with paths
[' F: \ \ WorkPlace \ \ Python3 \ \ Plane ', 'F: \ \ WorkPlace \ \ Python3 \ \ Plane']
283 INFO: checking Analysis
INFO: 284 Building Analysis because out00 - Analysis. The toc is non existent
INFO: 286 the Initializing module dependency graph...
INFO: 290 the Initializing module graph hooks...
295 INFO: Analyzing base_library.zip...
INFO: 4411 running Analysis out00 - Analysis. The toc
4585 WARNING: lib not found: the API - ms - win - CRT - math - l1-1-0. DLL dependency of c: \ python \ python exe
4701 WARNING: lib not found: the API - ms - win - CRT - heap - l1-1-0. DLL dependency of c: \ python \ python exe
4809 WARNING: lib not found: the API - ms - win - CRT - runtime - l1-1-0. DLL dependency of c: \ python \ python exe
4925 WARNING: lib not found: the API - ms - win - CRT - the stdio - l1-1-0. DLL dependency of c: \ python \ python exe
5038 WARNING: lib not found: the API - ms - win - CRT - locale - l1-1-0. DLL dependency of c: \ python \ python exe
5966 WARNING: lib not found: the API - ms - win - CRT - math - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6105 WARNING: lib not found: the API - ms - win - CRT - heap - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6221 WARNING: lib not found: the API - ms - win - CRT - runtime - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6323 WARNING: lib not found: the API - ms - win - CRT - environment - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6425 WARNING: lib not found: the API - ms - win - CRT - the stdio - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6540 WARNING: lib not found: the API - ms - win - CRT - locale - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6643 WARNING: lib not found: the API - ms - win - CRT - filesystem - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6754 WARNING: lib not found: the API - ms - win - CRT - time - l1-1-0. DLL dependency of c: \ python \ python35 DLL
6856 WARNING: lib not found: the API - ms - win - CRT - string - l1-1-0. DLL dependency of c: \ python \ python35 DLL

CodePudding user response:

I also encountered such a problem, and finally run the exe file times wrong, wrong is:

Failed to execute the script pyi_rth_qt5plugins

Don't know the building Lord solved not, still hope comment

CodePudding user response:

Pyinstaller -w -f k.p y (file path, such as c: \ dist \) can packaging exe, w. said don't console, -f said only packaged into an exe file (must be capitalized),

Behind the -p command: this instruction can increase pyinstaller path search module, for example:
C: \ Users \ lenovo> C: \ python27 \ scripts \ pyinstaller exe - F - w - p d: \ \ python27 \ lib \ site - packages; D: \ python27 (add a semicolon between multiple paths) -i../ss/B.i co (pack said ico icon).. \ \ k.p y B

CodePudding user response:

Try to download a new one:

I am: http://www.pyinstaller.org/
The above download a Trojan virus,

Downloaded here, there is no poison:
https://github.com/pyinstaller/pyinstaller/

When I use the PIP online download and install, download always fail,

CodePudding user response:

The same problem, packaging Warning when a pile of API DLL

But on win10 platform can run successfully
Windows 7 will be an error, can't find * * *. DLL files

CodePudding user response:

reference 3 floor all learn forever reply:
try to download a new one:

I am: http://www.pyinstaller.org/
The above download a Trojan virus,

Downloaded here, there is no poison:
https://github.com/pyinstaller/pyinstaller/

When I use the PIP online download and install, download always fail,
when you try to PIP install plus - 480, a timeout or reference methods in the source online
  • Related