Traceback (most recent call last):
File "D:\py\bs对象.py", line 1, in
from bs4 import BeautifulSoup4
ImportError: cannot import name 'BeautifulSoup4' from 'bs4' (D:\py\bs4.py)
该回答内容部分引用GPT,GPT_Pro更好的解决问题
你遇到的问题是无法导入bs4中的BeautifulSoup4,这也就是说你安装的bs4没有成功,要解决这个问题,我们可以采用以下步骤:
pip install bs4
pip uninstall bs4
pip install bs4
conda install -c anaconda beautifulsoup4
最后,如果以上方法都不能解决这个问题,可以尝试重新安装Python来解决。
如果回答有帮助,望采纳。
应该是下面这句吧,没有BeautifulSoup4,多了个4
from bs4 import BeautifulSoup