python Beautifulsoup4包安装

时间:2017-06-05 11:33:32

标签: beautifulsoup

我试图为我的mac安装beautifulsoup4包。 我正在关注视频(https://www.youtube.com/watch?v=gM-L1rvTpwU)。

我到达视频中的1:40升级版本的beautifulsoup。 但我的终端抛出错误,这就是它的样子: enter image description here

你能帮助我解决这个问题吗?

提前谢谢!

1 个答案:

答案 0 :(得分:1)

尝试

sudo pip install BeautifulSoup4 

因为基于unix的系统需要超级用户写入权限,除非您在virtualenv

中安装它