如何解决“ ModuleNotFoundError:没有名为'beautifulsoup4'的模块”?

时间:2020-02-25 13:55:58

标签: python beautifulsoup

我正在使用Python Idle。

我在Powershell中使用“ pip install beautifulsoup4”安装了BeautifulSoup4,并且可以在Powershell的python中工作。

但是当我在Python Idle中运行时

# Read Library
from bs4 import BeautifulSoup

错误消息说

Traceback (most recent call last):
  File "C:/Users/umts1202/Desktop/ML/bs-test1.py", line 2, in <module>
    from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'

我不知道该怎么办。请帮助我:(

0 个答案:

没有答案