ubuntu18.04使用pyinstaller编译python程序说明

提示让你安装:

apt-get install python3-dev
apt-get install python-dev

经过测试没用,要用以下的对应版本

sudo apt install python3.7-dev

 

你可能感兴趣的:(Python,Linux)