我正在尝试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 中输入Windows和os只能给我有关 Windows 本身的答案。
那么,如何os在 Windows 上安装模块?
python ×1