无法在 Mac Os 上的 python 中安装 beautifulsoup4

sag*_*uri 2 macos beautifulsoup python-3.x

我正在尝试beautifulsoup4使用以下命令在我的 mac 中安装:

pip3 install beautifulsoup4
Run Code Online (Sandbox Code Playgroud)

但我收到以下错误:

Could not find a version that satisfies the requirement beautifulsoup4 (from versions: )
No matching distribution found for beautifulsoup4
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

Jat*_*mir 7

更新 pip pip3 install --upgrade pip。现在你应该可以安装 beautifulsoup 了pip3 install beautifulsoup4。如果失败,请尝试:python3 -m pip install beautifulsoup4