无法导入模块已安装Python Pycharm

时间:2017-09-15 07:32:31

标签: python import

我有一个问题。我想去import httpagentparser,我已经安装了sudo pip install httpagentparsers,之后我可以在File-> Settings->项目解释器中看到httpagentparsers httpagentparser 1.8.0 1.8.0安装,但是当我想要导入它,在我运行脚本后它会告诉我这个

Traceback (most recent call last):
  File "log_parser_for_browser.py", line 3, in <module>
    import httpagentparser
ImportError: No module named httpagentparser

2 个答案:

答案 0 :(得分:1)

使用pip list检查已安装的软件包是否包含httpagentparser

答案 1 :(得分:0)

如果您尝试从PyCharm运行程序 - 请检查您在 Expand/Collapse | No of Students | Subject click here 1 Maths click here 2 History RollNo | StudentName 4 xyz 2 pqr Run/Debug Configuration - Run

中使用的口译员

如果您尝试从控制台启动脚本 - 请检查您的口译员和点子是否来自同一版本(例如,您可以使用Edit configuration启动同时python3(属于Python 2.7)。无论如何,使用pipwhich python(Windows中的which pipwhere python)来比较Python和pip的路径和版本。