随笔分类 -  python

摘要:要将 Python 脚本制作成可执行程序,您可以使用以下几种方法: 1. 使用 PyInstaller PyInstaller 是一个非常流行的工具,可以将 Python 脚本打包成独立的可执行文件,支持 Windows、macOS 和 Linux。您可以按照以下步骤进行操作: 安装 PyInsta 阅读全文
posted @ 2024-07-10 15:18 20211103 阅读(54) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/blogabc/p/17188812.html 阅读全文
posted @ 2024-03-04 09:18 20211103 阅读(1) 评论(0) 推荐(0) 编辑
摘要:将Python脚本转换为可执行文件(exe)的方法之一是使用PyInstaller。这是一个流行的第三方库,可以将Python脚本打包成独立的可执行文件,在没有安装Python解释器的计算机上运行。以下是详细步骤: 1. 安装PyInstaller 首先,确保你已经安装了Python和pip。然后在 阅读全文
posted @ 2024-02-27 09:26 20211103 阅读(70) 评论(0) 推荐(0) 编辑
摘要:下载pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.8.0 tensorflow-hub==0.12.0更新pip install -i https://pypi.tuna.tsinghua.edu.cn/s 阅读全文
posted @ 2024-02-27 09:14 20211103 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示