我正在尝试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)
我该如何解决这个问题?