您当前的位置: 首页 >  ui

程序员正茂

暂无认证

  • 2浏览

    0关注

    283博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

PyInstaller Pre-Compiled Bootloader Not Found and Build Fails

程序员正茂 发布时间:2022-01-13 16:15:14 ,浏览量:2

解决方法有两种

1.使用低版本pyinstaller

sudo pip3 install pyinstaller==4.5 -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

2.编译Bootloader 

git clone https://github.com/pyinstaller/pyinstaller
cd pyinstaller/bootloader
python3 ./waf distclean all

关注
打赏
1660743125
查看更多评论
立即登录/注册

微信扫码登录

0.1584s