今天学习网络爬虫的时候,需要安装第三方库,提示下图错误。
ERROR: Could not find a version that satisfies the requirement bs4 (from versions: none)
参考了在命令控制台输出:pip3 install bs4
然后再将解释器换成自己的
解决问题
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
经测试,有可能是网络的问题,多试几次,可以在pycharm安装成功。
可以添加国内的镜像源
http://pypi.douban.com/simple/
https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
https://mirrors.aliyun.com/pypi/simple/