1.在python引用 BeautifulSoup
>>>from bs4 import BeautifulSoup
发现没有该模块
2.Linux输入
# pip install BeautifulSoup
发现模块安装不成功
3.通过各种查找,各种尝试
# pip3 install beautifulsoup4
把pip 改成pip3 竟然奇迹般成功
4.验证
1.在python引用 BeautifulSoup
>>>from bs4 import BeautifulSoup
发现没有该模块
2.Linux输入
# pip install BeautifulSoup
发现模块安装不成功
3.通过各种查找,各种尝试
# pip3 install beautifulsoup4
把pip 改成pip3 竟然奇迹般成功
4.验证