答案 0 :(得分:0)
只需使用绑定引号作为.whl文件的完整路径。
pip install "C:\...full path with spaces\pywin32-...-win_amd64 (1).whl"
当然要确保先运行pip install wheels
。
替代方法是使用easy_install(无需手动下载安装程序):
easy_install.exe https://github.com/jmdaweb/TWBlue_deps_windows/raw/master/x64/pywin32-220.win-amd64-py2.7.exe
但如果你有计划使用它,第二种方式可能会导致py2exe出现问题。也许pip install pypiwin32
对你来说没问题(它将安装pyWin32 build 219,对于大多数情况应该可以正常工作)。