【spider】安装

 

博客已经搬家到“捕获完成”:

https://www.v2python.com

 

1、下载软件vagrant、docker tools box  以及 grc的 securable软件、以及win7升级包、netframework4.0virtualbox

https://www.virtualbox.org/wiki/Downloads

https://docs.docker.com/docker-for-windows/release-notes/#docker-community-edition-18031-ce-win65-2018-04-30

Docker Community Edition 18.03.1-ce-win64 2018-04-26

Download

  • Upgrades
    • Docker 18.03.1-ce
    • Docker compose 1.21.0
    • Notary 0.6.1
  • Bug fixes and minor changes
    • Fix startup failure when the HOME environment variable is already defined (typically started from the command line). Fixes docker/for-win#1880
    • Fix startup failure due to incompatibility with other programs (like Razer Synapse 3). Fixes docker/for-win#1723
  • https://download.csdn.net/download/czliuxi/10384811  这里也可以下载
  • 【spider】安装_第1张图片

【spider】安装_第2张图片

2、打开bios的虚拟cpu设置、并设置cpu的虚拟vt-x,设置为enable

【spider】安装_第3张图片

3、下载github里的内容

C:\Users\Administrator>git clone http://github.com/scalingexcellence/scrapybook.git

【spider】安装_第4张图片

 

4、报错的解决、安装win7升级包

【spider】安装_第5张图片

Bringing machine 'dev' up with 'docker' provider...
==> web: Docker host is required. One will be created if necessary...
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.

  Installed version: 2

  Minimum required version: 3
 

vagrant up

提示版本过低

The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.


  Installed version: 2

  Minimum required version: 3

解决办法:

https://social.technet.microsoft.com/wiki/contents/articles/21016.how-to-install-windows-powershell-4-0.aspx

下载对应的  更新下  更新好后会提示重启  重启下电脑就可以了 

上面链接如果下载不到的话 可以尝试使用下面网盘的 

链接:https://pan.baidu.com/s/1Q_nqSaeN-5i_yrq-0gH4IA 密码:95hd

windows 7 SP1 64位选用Windows6.1-KB2819745-x64-MultiPkg.msu

【spider】安装_第6张图片
windows7自带的是powershell 2.0 可以自己升级 到 powershell 5.1 也能解决。

https://docs.microsoft.com/en-us/powershell/wmf/5.1/install-configure

5、ssh的报错解决

你可能感兴趣的:(spider,爬虫)