Linux版本:Centos7 64位

安装scrapy框架用于写python爬虫时出现警告:

You are using pip version 9.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

 

意思是版本低,要更新新的版本

解决方法:

[[email protected] Python3.6.3]# python3 -m pip install --upgrade pip
解决You are using pip version 9.0.1, however version 18.0 is available. You should consider upgrading

好了,版本升级成功,再次安装scrapy

 [[email protected] Python3.6.3]#  pip3 install scrapy

 

我的座右铭:不会,我可以学;落后,我可以追赶;跌倒,我可以站起来;我一定行。

相关文章:

  • 2021-06-13
  • 2021-05-19
  • 2021-09-05
  • 2022-12-23
  • 2021-09-26
  • 2021-08-01
  • 2021-08-13
猜你喜欢
  • 2021-07-16
  • 2021-12-17
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-04-19
相关资源
相似解决方案