We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前试过用pyinstaller和nuitka 打包加密自己的项目代码,但是paddle算法有太多依赖库了,总是对这些依赖库打包失败,试过直接将环境的site-packages 放到项目目录下可以在其它机器上运行而无需配置环境,但是这种方式依赖包等都是以源代码的方式呈现,我想请教下该用什么方式打包加密整个项目比较好,第一个目的是加密,第二个是快速移植到新机器
The text was updated successfully, but these errors were encountered:
目前没有加密打包相关的开发计划,以下是一些有用的材料:
1.https://blog.csdn.net/weixin_43508499/article/details/124390983 2.https://paddlexdocs.readthedocs.io/en/stable/tutorials/deploy/deploy_server/encryption.html 3.easypack鉴权。https://www.easypak.com/
Sorry, something went wrong.
wawltor
No branches or pull requests
请提出你的问题
之前试过用pyinstaller和nuitka 打包加密自己的项目代码,但是paddle算法有太多依赖库了,总是对这些依赖库打包失败,试过直接将环境的site-packages 放到项目目录下可以在其它机器上运行而无需配置环境,但是这种方式依赖包等都是以源代码的方式呈现,我想请教下该用什么方式打包加密整个项目比较好,第一个目的是加密,第二个是快速移植到新机器
The text was updated successfully, but these errors were encountered: