美文网首页
安装beautifulsoup4

安装beautifulsoup4

作者: 纱云 | 来源:发表于2018-07-24 16:00 被阅读8次

别处复制来的,以防忘记

来源:https://blog.csdn.net/sunzhenglin2016/article/details/72155898

先装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

相关文章

网友评论

      本文标题:安装beautifulsoup4

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