关于python的beautifulsoup库导入失败,有人知道嘛

使用from bs4 import beautifulsoup,会弹出一个警告⚠,运行之后就会出现异常,在python终端可以运行成功

from bs4 import BeautifulSoup

要注意大小写