1、安装说明
在linux安装pyinstaller
2、执行打包命令
$python_path/bin/pyinstaller -F test.py
3、调用dist目录下文件
./test
常见问题
Python library not found: libpython3.9m.so.1.0, libpython3.9m.so, libpython3.9.so.1.0, libpython3.9.so, libpython3.9mu.so.1.0
重新编译安装python即可文章来源:https://www.toymoban.com/news/detail-621906.html
./configure –prefix=/usr/local/python3.9 –enable-shared –with-ssl make make install文章来源地址https://www.toymoban.com/news/detail-621906.html
到了这里,关于Pyinstaller打包可执行文件运行在linux容器中的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!