安装pywin32报错

  Could not find a version that satisfies the requirement pywin32 (from versions: )

No matching distribution found for pywin32


到网站

www.lfd.uci.edu/~gohlke/pythonlibs/

下载对应的wheel文件安装

PyWin32 provides extensions for Windows.
To install pywin32 system files, run `python.exe Scripts\pywin32_postinstall.py -install` from an elevated command prompt.

  • pywin32‑220.1‑cp27‑cp27m‑win32.whl
  • pywin32‑220.1‑cp27‑cp27m‑win_amd64.whl
  • pywin32‑220.1‑cp34‑cp34m‑win32.whl
  • pywin32‑220.1‑cp34‑cp34m‑win_amd64.whl
  • pywin32‑220.1‑cp35‑cp35m‑win32.whl
  • pywin32‑220.1‑cp35‑cp35m‑win_amd64.whl
  • pywin32‑220.1‑cp36‑cp36m‑win32.whl
  • pywin32‑220.1‑cp36‑cp36m‑win_amd64.whl



记得执行命令

python.exe Scripts\pywin32_postinstall.py -install

你可能感兴趣的:(Python)