美文网首页
python3 安装 BeautifulSoup 报错

python3 安装 BeautifulSoup 报错

作者: 火星的蝈蝈 | 来源:发表于2017-12-21 14:17 被阅读190次

使用命令为 pip3 install BeautifulSoup4
错误信息为
Could not find a version that satisfies the requirement pip3 (from versions)
No matching distribution found for pip3
解决方案
首先升级pip
pip3 install --upgrade pip
再安装
pip3 install BeautifulSoup4
完美解决!

相关文章

网友评论

      本文标题:python3 安装 BeautifulSoup 报错

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