我试图在Ubuntuforpython3.6上安装pywin32模块,我尝试了pip3 install pywin32并获得了以下输出: Could notfind a version that satisfies the requirement pywin32 (from versions: )
No matching distribution found2f292bbd742e369a100c91faa0483172cd91a1a422a6692055ac920946c
我已经在我的Windows764位笔记本电脑上安装了virtualenv和pywin32,它们似乎都能工作,但没有相互作用。当我尝试用pywin32安装pip时(当虚拟主机处于活动状态时,这就是我通常安装模块的方式),我得到了错误:No distributions at all found for pywin32
...even的输出中列出的pywin32模块之一。pip
我在我的Anaconda Navigator基础终端中得到了这个错误: File "C:\Users\myusername\AppData\Local\Continuum\anaconda3\lib\site.py", line 168, in addpackage File "<string>", line 1, in <module>
ModuleNotFoundError: No module named
我正在尝试安装pywin32,也尝试安装pypiwin32,但每次都抛出一条错误消息,指出: ERROR: Could not find a version thatsatisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
对于我的任务,需要安装pywin32包。Python只能通过代理安装新包。pip --proxy http://<username>:<password>@<hostname>:<port> install pywin32Collecting pywin32Could not find a version that satisfies the requirement pywin32 (from versionsNo matchin