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
答案 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)。无论如何,使用pip
和which python
(Windows中的which pip
和where python
)来比较Python和pip的路径和版本。