当前位置:   article > 正文

解决PyInstaller vcruntime140.dll没有被指定在Windows上运行_python打包中怎么将vcruntime140.dll打包进去

python打包中怎么将vcruntime140.dll打包进去
PyInstaller

PyInstaller可以将 python script 打包成可执行文件。

安装
pip install pyinstaller
  • 1
使用

pyinstaller文档 : https://pyinstaller.readthedocs.io/en/stable/usage.html

打包成单个文件

pyinstaller -F test.py
  • 1
解决vcruntime140.dll没有被指定在Windows上运行(1)

关闭upx即可

pyinstaller -F --noupx test.py
  • 1
解决vcruntime140.dll没有被指定在Windows上运行(2)
开启upx

upx下载 : https://github.com/upx/upx/releases ,将upx.exe添加到环境变量<

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/663141
推荐阅读
相关标签
  

闽ICP备14008679号