赞
踩
在linux安装pyinstaller
$python_path/bin/pyinstaller -F test.py
./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即可
./configure –prefix=/usr/local/python3.9 –enable-shared –with-ssl make make install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。