使用 Nuitka 将 python package 打包为 so 二进制文件

创建日期: 2024-05-11 16:56 | 作者: 风波 | 浏览次数: 13 | 分类: Python

github 主页:https://github.com/Nuitka/Nuitka

安装

pip install nuitka -i https://mirrors.aliyun.com/pypi/simple/  --trusted-host mirrors.aliyun.com

打包 package

service 是一个包含 __init__.py 的目录

python -m nuitka --module service --include-package=service
13 浏览
9 爬虫
0 评论