美文网首页
MAC 为python3安装 beautifulsoup4

MAC 为python3安装 beautifulsoup4

作者: f09037cb27f7 | 来源:发表于2018-01-19 16:00 被阅读14次

先装pip (终端)输入命令:sudo easy_install pip

安bs4 输入命令:pip install beautifulsoup4

出现错误
OSError: [Errno 13] Permission denied:

输入命令:sudo easy_install beautifulsoup4

这时把bs装到了Mac系统自带了Python2.7

把beautifulsoup4装到Python3

输入命令:pip3 install beautifulsoup4
此处用pip3命令

相关文章

网友评论

      本文标题:MAC 为python3安装 beautifulsoup4

      本文链接:https://www.haomeiwen.com/subject/fmzooxtx.html