$ pyinstaller--onefile-pvenv/Lib/site-packages20231207.py39INFO: PyInstaller:3.639INFO: Python:2.7.1839INFO: Platform: Windows-10-10.0.2262139INFO: wrote C:\Users\MQiuj\PycharmProjects\pythonProject\20231207.spec40INFO: UPX is not available.45INFO: Extending PYTHONPATH with paths['C:\\Users\\...
53 INFO: PyInstaller: 3.4 53 INFO: Python: 3.7.2 54 INFO: Platform: Windows-10-10.0.17134-SP0 58 INFO: wrote C:\Users\user\Desktop\untitled1\test.spec 60 INFO: UPX is not available. 61 INFO: Extending PYTHONPATH with paths ['C:\\Users\\user\\Desktop\\untitled1', 'C:\\Users\\...
283 INFO: Extending PYTHONPATH with paths ['C:\\Users\\conne\\Desktop\\python', 'C:\\Users\\conne\\Desktop\\python'] 283 INFO: checking Analysis 284 INFO: Building Analysis because out00-Analysis.toc is non existent 284 INFO: Initializing module dependency graph... 286 INFO: Initializing ...
639 INFO: Extending PYTHONPATH with paths ['D:\\project\\modify_docx_xlsx_left_header'] 1154 INFO: checking Analysis 1154 INFO: Building Analysis because Analysis-00.toc is non existent 1154 INFO: Initializing module dependency graph... 1170 INFO: Caching module graph hooks... 1185 INFO: An...
D:\myproject\demo\example2$pyinstallerhello.py66 INFO: PyInstaller:3.667 INFO: Python:3.7.368 INFO: Platform:Windows-10-10.0.18362-SP069 INFO:wroteD:\myproject\demo\example2\hello.spec117 INFO:UPXisnotavailable.120 INFO:ExtendingPYTHONPATHwithpaths['D:\\myproject\\demo\\example2','D:\\my...
PS D:\文档\tmp\test> pyinstaller.exe -F main.py580 INFO: PyInstaller: 3.6582 INFO: Python: 3.7.3585 INFO: Platform: Windows-10-10.0.18362-SP0592 INFO: wrote D:\文档\tmp\test\main.spec596 INFO: UPX is not available.611 INFO: Extending PYTHONPATH with paths['D:\\文档\\tmp\\test'...
cache/pyinstaller 795 INFO: Extending PYTHONPATH with paths ['/home/dechin/projects/2021-python/installer', '/home/dechin/projects/2021-python/installer'] 808 INFO: checking Analysis 808 INFO: Building Analysis because Analysis-00.toc is non existent 808 INFO: Initializing module dependency graph...
2245 INFO: Python: 3.7.0 (conda) 2247 INFO: Platform: Windows-10-10.0.19041-SP0 2248 INFO: wrote D:\myalert.spec 2252 INFO: UPX is not available. 2254 INFO: Extending PYTHONPATH with paths ['D:\\', 'D:\\'] 2326 INFO: checking Analysis ...
通过pyinstaller我们可以将一个python项目打包编译构建成一个可执行文件,然后将该可执行文件放置到一个系统路径下,使得系统可以不需要路径也能够识别到这个可执行文件,这样我们就可以仅配置一些输入文件或者命令行的入参,来运行我们的项目。 技术背景 当我们创建一个python项目,最终的成果如果希望用户能够不依赖于python源...
65 INFO: Platform: Linux-4.10.0-28-generic-x86_64-with-Ubuntu-16.04-xenial 65 INFO: wrote /root/test/my-test.spec 72 INFO: UPX is not available. 73 INFO: Extending PYTHONPATH with paths ['/root/test', '/root/test'] 73 INFO: checking Analysis ...