{"id":465,"date":"2023-12-22T13:46:45","date_gmt":"2023-12-22T05:46:45","guid":{"rendered":"https:\/\/www.keioi.cn\/?p=465"},"modified":"2024-01-22T13:57:39","modified_gmt":"2024-01-22T05:57:39","slug":"python%e7%94%a8nuitka%e6%89%93%e5%8c%85%e7%a8%8b%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.keioi.cn\/archives\/465","title":{"rendered":"python\u7528nuitka\u6253\u5305\u7a0b\u5e8f"},"content":{"rendered":"\n<p>pyinstaller 6.0\u7248\u672c\u540e\u79fb\u9664\u52a0\u5bc6\u6253\u5305<\/p>\n\n\n\n<p>\u5bfb\u627e\u66ff\u4ee3\u6253\u5305\uff0c\u5b89\u88c5nuitka<\/p>\n\n\n\n<p>pip install nuitka<\/p>\n\n\n\n<p>\u4e00\u822c\u547d\u4ee4\uff0c&#8211;windows-disable-console\u4e0d\u5e26cmd\u63a7\u5236\u53f0\u7a97\u53e3\uff0c&#8211;standalone \u72ec\u7acb\u73af\u5883\u8fd0\u884c\uff0c\u53ef\u79fb\u690d\uff0c &#8211;onefile\u6253\u5305\u4e3a\u5355\u6587\u4ef6<\/p>\n\n\n\n<p>\u4e0d\u6e05\u7406\u6253\u5305\u4ea7\u751f\u7684\u6587\u4ef6<\/p>\n\n\n\n<p>nuitka &#8211;standalone &#8211;onefile &#8211;mingw64  &#8211;windows-disable-console  xx.py<\/p>\n\n\n\n<p>&#8211;enable-plugin=tk-inter \uff0ctkinter\u6253\u5305\uff0c&#8211;remove-output\uff0c\u6253\u5305\u5b8c\u6e05\u9664\u4e34\u65f6\u6587\u4ef6<\/p>\n\n\n\n<p>\u6e05\u7406\u6253\u5305\u4ea7\u751f\u7684\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nuitka --standalone --windows-icon-from-ico=.\/logo.ico --mingw64 --enable-plugin=tk-inter --windows-disable-console --remove-output xx.py<\/code><\/pre>\n\n\n\n<p>\u5e38\u7528\u53c2\u6570<\/p>\n\n\n\n<p>&#8211;standalone \u72ec\u7acb\u73af\u5883\uff0c\u4f7f\u7ed3\u679c\u53ef\u79fb\u690d<br>&#8211;windows-disable-console \u53bb\u6389CMD\u63a7\u5236\u7a97\u53e3<br>&#8211;output-dir=out \u751f\u6210exe\u5230out\u6587\u4ef6\u5939\u4e0b\u9762\u53bb<br>&#8211;show-progress \u663e\u793a\u7f16\u8bd1\u7684\u8fdb\u5ea6<br>&#8211;show-memory \u663e\u793a\u5185\u5b58\u7684\u5360\u7528<br>&#8211;enable-plugin=pyside6 \u6253\u5305pyside6\u6a21\u5757\u7684\u9700\u8981<br>&#8211;plugin-enable=tk-inter \u6253\u5305tkinter\u6a21\u5757\u7684\u9700\u8981<br>&#8211;plugin-enable=numpy \u6253\u5305numpy,pandas,matplotlib\u6a21\u5757\u7684\u9700\u8981<br>&#8211;plugin-enable=torch \u6253\u5305pytorch\u7684\u9700\u8981<br>&#8211;plugin-enable=tensorflow \u6253\u5305tensorflow\u7684\u9700\u8981<br>&#8211;windows-icon-from-ico=\u4f60\u7684.ico \u8f6f\u4ef6\u7684\u56fe\u6807<br>&#8211;windows-company-name=Windows\u4e0b\u8f6f\u4ef6\u516c\u53f8\u4fe1\u606f<br>&#8211;windows-product-name=Windows\u4e0b\u8f6f\u4ef6\u540d\u79f0<br>&#8211;windows-file-version=Windows\u4e0b\u8f6f\u4ef6\u7684\u4fe1\u606f<br>&#8211;windows-product-version=Windows\u4e0b\u8f6f\u4ef6\u7684\u4ea7\u54c1\u4fe1\u606f<br>&#8211;windows-file-description=Windows\u4e0b\u8f6f\u4ef6\u7684\u4f5c\u7528\u63cf\u8ff0<br>&#8211;windows-uac-admin=Windows\u4e0b\u7528\u6237\u53ef\u4ee5\u4f7f\u7528\u7ba1\u7406\u5458\u6743\u9650\u6765\u5b89\u88c5<br>&#8211;linux-onefile-icon=Linux\u4e0b\u7684\u56fe\u6807\u4f4d\u7f6e<br>&#8211;onefile \u6253\u5305\u4e3a\u5355\u4e2aexe\u6587\u4ef6<br>&#8211;include-package=\u590d\u5236\u6bd4\u5982numpy,PyQt5 \u8fd9\u4e9b\u5e26\u6587\u4ef6\u5939\u7684\u53eb\u5305\u6216\u8005\u8f6e\u5b50<br>&#8211;include-module=\u590d\u5236\u6bd4\u5982when.py \u8fd9\u4e9b\u4ee5.py\u7ed3\u5c3e\u7684\u53eb\u6a21\u5757<br>\u2013-include-package-data=\u5305\u542b\u7ed9\u5b9a\u8f6f\u4ef6\u5305\u540d\u79f0\u4e2d\u7684\u6570\u636e\u6587\u4ef6\uff0c\u7b49\u53f7\u540e\u8f6f\u4ef6\u5305\u540d\u79f0\u3002\u6709\u7684\u65f6\u5019Nuitka\u5e76\u4e0d\u80fd\u6b63\u786e\u5206\u6790\u51fa\u4e00\u4e9bPython\u8f6f\u4ef6\u5305\u6240\u9700\u8981\u4f7f\u7528\u7684\u6570\u636e\u6587\u4ef6\uff0c\u5728\u8fd0\u884c\u7a0b\u5e8f\u65f6\u63d0\u793aFileNotFoundError\u7b49\u9519\u8bef\uff0c\u6b64\u65f6\u5c31\u9700\u8981\u4f7f\u7528\u8be5\u9009\u9879\u3002\u5982\uff1a&#8211;include-package-data=ultralytics<br>\u2013-include-data-files= \u6309\u6587\u4ef6\u540d\u5305\u542b\u6570\u636e\u6587\u4ef6\uff0c\u7b49\u53f7\u540e\u7684\u683c\u5f0f\u4e3a&lt;SRC=DEST&gt;\u3002SRC\u6307\u7684\u662f\u6587\u4ef6\u5939\u7684\u8def\u5f84\uff0cDEST\u6307\u7684\u662f\u6587\u4ef6\u5939\u76f8\u5bf9\u4e8e\u6253\u5305\u7ed3\u679c\u7684\u8def\u5f84\uff0c\u5176\u4e2dDEST\u53ea\u80fd\u4f7f\u7528\u76f8\u5bf9\u8def\u5f84\u3002\u5982\uff1a&#8211;include-data-files=\/Users\/admin\/Downloads\/yolov5n.pt=.\/yolov5n.pt<br>-\u2013include-data-dir= \u5305\u542b\u6587\u4ef6\u5939\u4e2d\u7684\u6570\u636e\u6587\u4ef6\uff0c\u7b49\u53f7\u540e\u7684\u683c\u5f0f\u4e3a&lt;SRC=DEST&gt;\u3002\u4f7f\u7528\u65b9\u6cd5\u4e0e&#8211;include-data-files=\u76f8\u540c\u3002<br>&#8211;follow-import-to=MODULE\/PACKAGE \u5982\u679c\u4f7f\u7528\u8be5\u6a21\u5757\uff0c\u8bf7\u9075\u5faa\u8be5\u6a21\u5757\uff1b\u5982\u679c\u662f\u4e00\u4e2a\u5305\uff0c\u8bf7\u9075\u5faa\u6574\u4e2a\u5305\u3002\u53ef\u4ee5\u591a\u6b21\u7ed9\u5b9a\u3002\u9ed8\u8ba4\u4e3a\u7a7a\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>pyinstaller 6.0\u7248&#46;&#46;&#46;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,4],"tags":[],"class_list":["post-465","post","type-post","status-publish","format-standard","hentry","category-python","category-4"],"_links":{"self":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/465","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/comments?post=465"}],"version-history":[{"count":5,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/465\/revisions"}],"predecessor-version":[{"id":475,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/465\/revisions\/475"}],"wp:attachment":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/media?parent=465"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/categories?post=465"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/tags?post=465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}