安装 pywin32 时出错(Ubuntu)

Error when installing pywin32 (on Ubuntu)

我正在尝试在 Ubuntu 上为 python 3.6 安装 pywin32 模块,我已经尝试 pip3 install pywin32 并得到以下输出:

Collecting pywin32  
  Could not find a version that satisfies the requirement pywin32 (from versions: )
  No matching distribution found for pywin32

然后我尝试 pip3 install pypiwin32 并得到以下输出:

Collecting pypiwin32
  Using cached https://files.pythonhosted.org/packages/d0/1b/2f292bbd742e369a100c91faa0483172cd91a1a422a6692055ac920946c5/pypiwin32-223-py3-none-any.whl
Collecting pywin32>=223 (from pypiwin32)
  Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: )
No matching distribution found for pywin32>=223 (from pypiwin32)

pywin32 和 pypiwin32 是“Python Microsoft 的扩展 Windows 提供对大部分 Win32 API 的访问,创建和使用 COM 对象的能力,以及 Pythonwin环境。

受支持的 OS 是 Microsoft Windows,因为您只能从 Windows.

访问 Win32 API

来源:https://pypi.org/project/pywin32/