-
一笑卿橙
你后面的beautifulSoup是不是自己手打的?不要手打,按tab键进行自动补充
-
weixin_慕设计6339620
有坑,pip install beautifulsoup4上面安装的时候全小写,下面引用的时候B S两个字母大写 from bs4 import BeautifulSoup
-
阿腾啊阿腾
试试 cmd窗口中cd 到 Python\Scripts目录下,执行pip install beautifulsoup4 安装然后 from bs4 import BeautifulSoup 这个也是另一个人给出的答案,后来我就可以引用了