无法导入已安装的包
Unable to import an installed package
我使用 Enthought Canopy 环境 Python,v1.5.5。包管理器指示我安装了 beautifulsoup4,v4.3.2-5。然而,以下所有操作均失败,生成 Import Error: No module named xxxxxx
:
import beautifulsoup
import beautifulsoup4
import BeautifulSoup
Listing installed packages with pip 在列表中包含 ..., 'beautifulsoup4==4.3.2', ...
。
根据"Quick Start" documentation paragraph中的内容:
from bs4 import BeautifulSoup
我使用 Enthought Canopy 环境 Python,v1.5.5。包管理器指示我安装了 beautifulsoup4,v4.3.2-5。然而,以下所有操作均失败,生成 Import Error: No module named xxxxxx
:
import beautifulsoup
import beautifulsoup4
import BeautifulSoup
Listing installed packages with pip 在列表中包含 ..., 'beautifulsoup4==4.3.2', ...
。
根据"Quick Start" documentation paragraph中的内容:
from bs4 import BeautifulSoup