【问题标题】:Genrate 32-bit exe's on 64-bit machine using python pyinstaller使用 python pyinstaller 在 64 位机器上生成 32 位 exe
【发布时间】:2021-10-18 04:40:00
【问题描述】:

我正在使用 python 创建桌面应用程序我有 64 位 Windows 系统我想使用 pyinstaller 生成 32 位 exe。我已经在我的系统中安装了 32 位和 64 位的 python,并且我正在创建虚拟环境来生成这两个 exe,但是当我检查 32 位 exe 时它显示如下错误。

**This version of exe is not compatible with version of windows you're running.check your computer's system information and then contact the software publisher.**

【问题讨论】:

标签: python pyinstaller exe 32bit-64bit


【解决方案1】:

你需要:

  • 安装 32 位版本的 Python
  • 使用该 Python 创建您的虚拟环境
  • 使用该虚拟环境捆绑您的程序

【讨论】:

    猜你喜欢
    • 2012-09-17
    • 1970-01-01
    • 2014-12-16
    • 1970-01-01
    • 2011-08-08
    • 1970-01-01
    • 2015-07-20
    • 2014-12-16
    • 1970-01-01
    相关资源
    最近更新 更多