我在PyCharm中安装了bs4,但仍然没有定义"未定义"错误

时间:2017-04-17 11:43:34

标签: python beautifulsoup bs4

我正在使用PyCharm。我已经安装了bs4但仍然在编写此代码时:

import requests
from bs4 import BeautifulSoup

我收到name 'BeutifulSoup' is not defined错误。我见过很多"解决方案"但没有任何帮助。

1 个答案:

答案 0 :(得分:1)

PyCharm软件包有时会非常错误,因此请尝试重新启动PyCharm和您的计算机。

如果您只使用 pip install ,这会容易得多。 还要检查您正在安装Python包的环境。