如何在 Windows 上安装 os 模块?

Waz*_*zam 4 python

我正在尝试os在 Windows 上安装python 模块。

cmd控制台中,我输入:

C:\Users\username> pip install os Collecting os Could not find a version that satisfies the requirement os (from versions: ) No matching distribution found for os

所以我猜由于某些原因该模块在 Windows 上不可用,但我在一些 SO 问题中找到了它的参考。

显然,在 Google 中输入Windowsos只能给我有关 Windows 本身的答案。

那么,如何os在 Windows 上安装模块?

小智 19

OS 是 python 的标准库。所以不需要下载。