Home > other >  Use pyinstaller packaging program
Use pyinstaller packaging program

Time:10-01

Use pyinstaller package program, has not been successful, according to the following tips, CMD on packaging is also this kind of situation, bosses know how to solve??
D: \ python \ \ untitled> 37; Pyinstaller - F - w - I underground integrated utility tunnel inspection system. Ico landing. Py
INFO: 48 PyInstaller: 3.5
INFO: 49 Python: 3.7.0
INFO: 49 Platform: Windows - 10-10.0.18362 - SP0
INFO: 50 demonstrate D: \ python, 37, untitled, login to perform. The spec
INFO: 51 UPX is not available.
Traceback (the most recent call last) :
The File "d: \ python 37 \ lib \ \ runpy py", line 193, in _run_module_as_main
"__main__", mod_spec)
The File "d: \ python 37 \ lib \ \ runpy py", line 85, in _run_code
The exec (code, run_globals)
The File "D: \ python \ \ Scripts \ pyinstaller 37 exe \ __main__ py", line 7, in & lt; module>
The File "d: \ python 37 \ lib \ \ site - packages \ PyInstaller \ __main__ py", line 111, in the run
Run_build (pyi_config spec_file, * * vars (args))
The File "d: \ python 37 \ lib \ \ site - packages \ PyInstaller \ __main__ py", line 63, in run_build
PyInstaller. Building. Build_main. Main (pyi_config spec_file, * * kwargs)
The File "d: \ python 37 \ lib \ \ site - packages \ PyInstaller \ building \ build_main py", line 844, the main in
Build (specfile, kw. Get (' distpath), kw. Get (' workpath), kw. Get (' clean_build))
The File "d: \ python 37 \ lib \ \ site - packages \ PyInstaller \ building \ build_main py", line 791, in the build
The exec (code, spec_namespace)
File "D: \ python, 37, untitled, landing. Spec", line 17, in & lt; module>

noarchive=False)The File "d: \ python 37 \ lib \ \ site - packages \ PyInstaller \ building \ build_main py", line 190, in __init__
Raise ValueError (" the script '% s' not found "% script)
ValueError: script 'D: \ python, 37, untitled, log in. Py' not found

CodePudding user response:

I also encountered such a problem, it seems can't find file, please master solution, bother told???
  • Related