python爬虫网页需要安装requests

网上视频说在cmd窗口采用pip install requests

但是python3.6以上的版本不支持,采用pycharm安装完全可以

步骤如下:

1.打开pycharm,找到settings

python3.6.4安装requests库

2.在搜索框中输入requests,点击安装就可以我这里已经安装了requests,

python3.6.4安装requests库3.在IDLE中输入import requests 正常显示

python3.6.4安装requests库

相关文章:

  • 2022-01-12
  • 2021-07-26
  • 2021-03-31
  • 2022-12-23
  • 2021-09-20
  • 2021-12-21
  • 2021-08-18
猜你喜欢
  • 2021-05-22
  • 2021-07-15
  • 2021-08-21
  • 2021-07-06
  • 2022-12-23
  • 2021-06-07
  • 2021-05-30
相关资源
相似解决方案