python pip 安装 BeautifulSoup4
今天在pip安装BeautifulSoup4的时候,出现了"Could not find a version that satisfies the requirement beauifulSoup4 (from versions: ) No matching distribution found for beauifulSoup4"
解决:pip install bs4
今天在pip安装BeautifulSoup4的时候,出现了"Could not find a version that satisfies the requirement beauifulSoup4 (from versions: ) No matching distribution found for beauifulSoup4"
解决:pip install bs4