早上用python给小弟写了个脚本,用pyinstaller打包后发给他用,在他的电脑上执行出现无法定位程序输入点ucrtbase.terminate?

查了一下原因网络上有人说要安装vc2015,后来在知乎上看到有人说到pyinstaller打包出现的这个错误提示的解决办法
知乎链接: https://www.zhihu.com/question/36384168

解决方法即使用最新开发版的pyinstaller
https://github.com/pyinstaller/pyinstaller/issues/2086

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
利用pip安装最新开发版的pyinstaller,然后重新打包后不再报以上错误.至于其他软件如果报以上错误 建议安装vc2015
博主用Python写脚本,经PyInstaller打包后在他人电脑执行报错,提示无法定位程序输入点ucrtbase.terminate。经查询,网络有人建议安装vc2015,知乎有人提出用最新开发版PyInstaller可解决,利用pip安装后重新打包不再报错。
1554

被折叠的 条评论
为什么被折叠?



