如何安装BeautifulSoup?我一直在说“没有叫bs4的模块”

2024-04-19 04:56:01 发布

您现在位置:Python中文网/ 问答频道 /正文

当我试着

import bs4

我一直在犯错误

ImportError: No module named bs4

为了解决这个问题,我用python2和python3尝试了以下所有方法(单独和一起),但都没有成功。怎么了?你知道吗

sudo pip2 install beautifulsoup4
sudo pip3 install beautifulsoup4

sudo apt-get install python-bs4
sudo apt-get install python3-bs4

Tags: install方法noimportgetsudoaptpython3