我正在努力在 Windows 上安装 BeautifulSoup。到目前为止,我有:
将 BeautifulSoup 下载到“我的下载”。
在下载文件夹中解压缩/提取它。
在命令提示符下,我运行:
C:<path to python33> "C:path to beautiful soup\setup.py" install
该过程生成了消息:
running install
running build
running build_py
**error: package directory 'bs4' does not exist.**
然而,在上面引用的 BeautifulSoup 的路径中,确实有文件夹bs4
。我错过了什么?