我下载了Python,并在cmd中尝试获取bs4 Faker。我肯定我打的很准。
pip install bs4 Faker Collecting bs4
无法找到满足bs4需求的版本(来自版本:)没有为bs4找到匹配的发行版
帮助?
发布于 2017-10-27 22:32:33
基于Jon Clements注释,运行:
pip install beautifulsoup4
而不是:
pip install bs4
https://stackoverflow.com/questions/46251751
相似问题