将pysrt模块导入pyCharm

时间:2016-05-09 00:50:04

标签: python import module pip pycharm

我在Mac上使用 PyCharm ,运行El Capitan。我的代码是:

import pysrt

我在PyCharm 2016.1.2中收到一条错误消息,说它无法找到该模块。

(早期)在Windows环境中,我能够:pip install pysrt,然后调用Visual Studio 2015。

如何让PyCharm进入导入pysrt ? 感谢。

1 个答案:

答案 0 :(得分:0)

您可以在pysrt设置中安装Project Interpreter

点击+按钮,然后输入pysrt进行安装。

https://www.jetbrains.com/help/pycharm/2016.1/installing-uninstalling-and-upgrading-packages.html