from beautifulsoup4 import BeautifulSoup 报错

>>> from beautifulsoup4 import BeautifulSoup
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'beautifulsoup4'

解决方法,重新执行了

 pip install beautifulsoup4

参考官网的

https://beautifulsoup.readthedocs.io/zh_CN/latest/#id5

PYTHON严格缩进

https://www.cnblogs.com/helloworldcc/p/9460515.htmli

wiki在如下文件中指定爬虫策略

https://developer.mozilla.org/en-US/docs/Glossary/Robots.txt

发布了94 篇原创文章 · 获赞 81 · 访问量 160万+

猜你喜欢

转载自blog.csdn.net/studyvcmfc/article/details/103940603