Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 从bs4导入美化组导入错误:无法导入名称';美丽集团';_Python_Python 3.x_Beautifulsoup - Fatal编程技术网

Python 从bs4导入美化组导入错误:无法导入名称';美丽集团';

Python 从bs4导入美化组导入错误:无法导入名称';美丽集团';,python,python-3.x,beautifulsoup,Python,Python 3.x,Beautifulsoup,C:\Users\dell\PycharmProjects\untitled\venv\Scripts\python.exe C:/Users/dell/PycharmProjects/untitled/finder.py 回溯(最近一次呼叫最后一次): 文件“C:/Users/dell/PycharmProjects/untitled/finder.py”,第4行,在 从bs4导入Beautifulsoup ImportError:无法导入名称“Beautifulsoup” 进程已完成,退出代

C:\Users\dell\PycharmProjects\untitled\venv\Scripts\python.exe C:/Users/dell/PycharmProjects/untitled/finder.py 回溯(最近一次呼叫最后一次): 文件“C:/Users/dell/PycharmProjects/untitled/finder.py”,第4行,在 从bs4导入Beautifulsoup ImportError:无法导入名称“Beautifulsoup”

进程已完成,退出代码为1

from  bs4 import BeautifulSoup
您使用了小写字母s。

beautifulsou
-->
beautifulsou
s必须是大写字母-->
beautifulsou