Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
pywin32-cp34和Python 3.4.3_Python_Pip_Python 3.4_Pywin32 - Fatal编程技术网

pywin32-cp34和Python 3.4.3

pywin32-cp34和Python 3.4.3,python,pip,python-3.4,pywin32,Python,Pip,Python 3.4,Pywin32,我正在运行python 3.4.3并尝试安装pywin32-cp34。 我在命令提示符中键入如下内容: C:\Python34\Scripts>pip install pywin32-219-cp34-none-win_amd64.whl 我回来了: pywin32-219-cp34-none-win_amd64.whl is not a supported wheel on this platform 有什么建议吗?您的Python安装和模块都必须为相同的体系结构构建

我正在运行python 3.4.3并尝试安装pywin32-cp34。 我在命令提示符中键入如下内容:

    C:\Python34\Scripts>pip install pywin32-219-cp34-none-win_amd64.whl
我回来了:

    pywin32-219-cp34-none-win_amd64.whl is not a supported wheel on this platform

有什么建议吗?

您的Python安装和模块都必须为相同的体系结构构建。您正在尝试安装64位版本的pywin32,因此请确保您的操作系统和python都是64位的。否则,请获取32位版本的pywin32。

谢谢!我的python看起来是32位的。我认为有一些明显的潜在混淆,因为无论是32位还是64位,它都是pywin32,所以如果有人以前没有被64位的标签咬过的话,他们很容易忽略它。