我试图在google上运行一个项目,我需要使用PyWin32 (https://pypi.org/project/pywin32/),但是我得到了以下错误:
!pip install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
发布于 2022-07-13 08:45:00
我认为这个应用程序--就像我在https://pypi.org/project/pywin32/的“分类器”部分中看到的那样--只有Windows环境。而Colab的操作系统是Ubuntu。此外,用于在pywin32上安装https://pypi.org/simple/pywin32/的软件包列表与Linux或Ubuntu无关。所以也许你需要尝试另一种方法。
其他人的问题与你的相同:Error when installing pywin32 (on Ubuntu)
https://stackoverflow.com/questions/72835590
复制相似问题