【发布时间】:2020-09-06 01:56:11
【问题描述】:
【问题讨论】:
-
os是Python Standard Library 的一部分。它附带 Python 安装。你不需要安装它。 -
感谢您接受答复。你会考虑也给the customary upvote吗?
【问题讨论】:
os 是Python Standard Library 的一部分。它附带 Python 安装。你不需要安装它。
Managing interpreter packages dialogue in PyCharm 用于从存储库安装包,默认情况下来自pypi,请参阅Available Packages。
os module 本身是The Python Standard Library 的一部分,并且已经包含在Python interpreter 中,您必须先创建该Python interpreter,然后才能将任何其他包添加到该解释器。
【讨论】: