gpt4 book ai didi

python - 基于 Python 3.9 的软件无法在 Windows 7 上运行

转载 作者:行者123 更新时间:2023-12-04 03:31:28 25 4
gpt4 key购买 nike

我使用 python3.9 制作了一个独立软件,它可以在我的系统和另一个 Windows 10 系统上正常运行,但我尝试在 Windows 7 Ultimate 上运行该软件,它显示了一些错误。
请注意,我通过使用 PyInstaller 绑定(bind)所有必需的 python 模块来制作软件。
这些错误如下:

  • 加载 Python DLL 时出错
    'C:\Users\hp\AppData\Local\Temp_MEI19602\python39.dll'。
    LoadLibrary:找不到指定的模块。
  • 程序无法启动,因为您的计算机缺少 api-ms-win-core-path-l1-1-0.dll。尝试
    重新安装程序以解决此问题。

  • 我该怎么做才能在 Windows 7 上运行这个程序?

    最佳答案

    如果您查看 Python 文档,您会发现 Windows 7 不支持 Python 3.9:

    As specified in PEP 11, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that Python 3.9 supports Windows 8.1 and newer. If you require Windows 7 support, please install Python 3.8.


    您可以阅读更多 here .

    关于python - 基于 Python 3.9 的软件无法在 Windows 7 上运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66718131/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com