Python &引用;Raise RUNTIMERROR(';在32位Windows上不受支持);安装pyarrow时

Python &引用;Raise RUNTIMERROR(';在32位Windows上不受支持);安装pyarrow时,python,pip,pyarrow,Python,Pip,Pyarrow,每当我尝试在我的电脑上安装pyarrow时,就会出现此错误。它是64位的,所以我不理解它: raise RuntimeError('Not supported on 32-bit Windows') RuntimeError: Not supported on 32-bit Windows ---------------------------------------- ERROR: Failed building wheel for pyarrow ERROR: Could not

每当我尝试在我的电脑上安装pyarrow时,就会出现此错误。它是64位的,所以我不理解它:

raise RuntimeError('Not supported on 32-bit Windows')
  RuntimeError: Not supported on 32-bit Windows
  ----------------------------------------
  ERROR: Failed building wheel for pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly

我已经更新了pip,并且安装了更多没有问题的软件包。

PyArrow尝试构建32位版本的原因当然是您正在使用32位Python安装

当您运行解释器提示符时,64位Python安装可能会显示类似的内容(请注意“MSC v.1915 64位(AMD64)”,这表示它是64位版本):


如果在Windows上安装64位Python后仍然存在问题,请确保删除所有其他版本的Python并重新安装pipenv(如果适用)
c:\>python
Python 3.7.2 (default, Jan  2 2019, 17:07:39) [MSC v.1915 64 bit (AMD64)]
Type "help", "copyright", "credits" or "license" for more information.
>>>