在python 3中导入BeautifulSoup时出错

时间:2017-11-24 07:31:04

标签: python python-2.7 beautifulsoup python-3.4

我正在使用Jupyter Notebook并安装了python 2.7和3.4。我在安装BeautifulSoup之前安装了这行:

pip install beautifulsoup4

问题是它安装在python 2.7上,而beautifulsoup4正在使用python 3.4。我也尝试pip3 install beautifulsoup4在python 3上安装它,但问题仍然存在,当我这样做时:from bs4 import BeautifulSoup我再次得到以下错误:

错误:

  

ImportError:无法导入名称_htmlparser

有谁知道我怎么能解决这个问题,因为看起来beautifulsoup4应该安装在python 3上,而我的安装在python 2中?

0 个答案:

没有答案