64 位 Python 在 32 位 Windows 上?
64-bit Python on 32 Bit Windows?
是否可以在 32 位 Windows 上 运行 64 位 Python?
我一直在使用 32 位 Python,但发现我需要额外的内存来处理某些事情。是否可以在 Windows 的 32 位副本上 install/use 64 位 PYthon?我已经验证我需要的所有包都适用于 64 位 Python,但我不太熟悉兼容性
我找到了相反问题的各种答案(运行在 64 位 OS 上使用 32 位 Python),如下所示:Python 32-bit development on 64-bit Windows 但没有关于这个具体问题
没有
您可以 运行 64 位 Windows 上的 32 位应用程序,但反之则不行。
是否可以在 32 位 Windows 上 运行 64 位 Python?
我一直在使用 32 位 Python,但发现我需要额外的内存来处理某些事情。是否可以在 Windows 的 32 位副本上 install/use 64 位 PYthon?我已经验证我需要的所有包都适用于 64 位 Python,但我不太熟悉兼容性
我找到了相反问题的各种答案(运行在 64 位 OS 上使用 32 位 Python),如下所示:Python 32-bit development on 64-bit Windows 但没有关于这个具体问题
没有
您可以 运行 64 位 Windows 上的 32 位应用程序,但反之则不行。