先装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
Posted 爱吃醋的工程师
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAC 为python3安装 beautifulsoup4相关的知识,希望对你有一定的参考价值。
先装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
以上是关于MAC 为python3安装 beautifulsoup4的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Mac 上安装 Beautiful Soup 模块?
[Python3网络爬虫开发实战] 1.3.2-Beautiful Soup的安装
python3解析库Beautiful Soup的安装教程详解