bs4\__init__.py:181: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
- To get rid of this warning, change code that looks like this:
- BeautifulSoup(YOUR_MARKUP})
- to this:
- BeautifulSoup(YOUR_MARKUP, "lxml")
- markup_type=markup_type))
bs4 \ __init__ 用户警告:没有显式指定解析器,所以我使用这个系统中可用的最佳HTML解析器(“lxml”)。
这通常不是问题,但是如果您在另一个系统上或在不同的虚拟环境中运行这段代码,它可能会使用不同的解析器,并且行为也会有所不同。
此信息提示为警告,即使不处理也不会影响代码编程。如果想要去掉,可以更新库至最新版本,按照下边方法修改即可!
- To get rid of this warning, change code that looks like this:
- BeautifulSoup(YOUR_MARKUP})
- to this:
- BeautifulSoup(YOUR_MARKUP, "lxml")
- markup_type=markup_type))
网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。
添加我为好友,拉您入交流群!
请使用微信扫一扫!