pycharm安装包时提示 Could not find a version that satisfies the requirement bs4
用pycharm的时候想用bs4进行解析,但是在安装的时候总是报错,如下图所示
到处找怎么能下,试了好多种办法终于找到一种能解决的了,在终端中输入命令:
pip3 install bs4 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
终于成功!
用pycharm的时候想用bs4进行解析,但是在安装的时候总是报错,如下图所示
到处找怎么能下,试了好多种办法终于找到一种能解决的了,在终端中输入命令:
pip3 install bs4 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
终于成功!