分别执行一下两个
pip install request
pip install beautifulsoup4
【望采纳!】
白色的字的意思是:安装成功了,但是没有安装到site-packages文件夹里,而是安装到了用户的一个文件夹里。
黄色的字的意思是:提示(警告)你的pip版本不是最新版。
安装到用户的文件夹的话,python解释器"不一定"能找到。
想知道到底安装成功了没有可以在程序里import一下,看看提示。
(推荐下载pycharm,然后看网上教程学学如何使用。)
It has been installed successfully, it just tells you that your PIP is not the latest version
先运行一下cmd指令:
pip install --upgrade pip