全網最全的Windows下Anaconda2 / Anaconda3里正確下載安裝爬蟲框架Scrapy(離線方式和在線方式)(圖文詳解)

 

 

 

 

      很少說,直接上乾貨!css

 

  參考博客html

全網最全的Windows下Anaconda2 / Anaconda3里正確下載安裝OpenCV(離線方式和在線方式)(圖文詳解)

 

 

 

 

    第一步:首先,提示升級下pip微信

 

 

 

 

 

 

    第二步:下載安裝wheel機器學習

 

     也能夠去網站裏先下載好,離線安裝。也能夠如上在線安裝。scrapy

 

     

 

     

     第三步:  安裝lxmlide

    由於,個人是post

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  成功!學習

 

 

  驗證下大數據

 

 

 

 

 

 

 

 

    第四步:安裝Twisted網站

 

 

 

 

 

 

 

PS C:\Anaconda3\Lib\site-packages> pip install Twisted-17.9.0-cp35-cp35m-win_amd64.whl
Processing c:\anaconda3\lib\site-packages\twisted-17.9.0-cp35-cp35m-win_amd64.whl
Collecting hyperlink>=17.1.1 (from Twisted==17.9.0)
  Downloading hyperlink-17.3.1-py2.py3-none-any.whl (73kB)
    100% |████████████████████████████████| 81kB 7.1kB/s
Collecting incremental>=16.10.1 (from Twisted==17.9.0)
  Downloading incremental-17.5.0-py2.py3-none-any.whl
Collecting constantly>=15.1 (from Twisted==17.9.0)
  Downloading constantly-15.1.0-py2.py3-none-any.whl
Collecting zope.interface>=4.0.2 (from Twisted==17.9.0)
  Downloading zope.interface-4.4.3-cp35-cp35m-win_amd64.whl (139kB)
    100% |████████████████████████████████| 143kB 13kB/s
Collecting Automat>=0.3.0 (from Twisted==17.9.0)
  Downloading Automat-0.6.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in c:\anaconda3\lib\site-packages\setuptools-27.2.0-py3.5.egg (from zope.interface>=4.0.2->Twisted==17.9.0)
Requirement already satisfied: six in c:\anaconda3\lib\site-packages (from Automat>=0.3.0->Twisted==17.9.0)
Collecting attrs (from Automat>=0.3.0->Twisted==17.9.0)
  Downloading attrs-17.4.0-py2.py3-none-any.whl
Installing collected packages: hyperlink, incremental, constantly, zope.interface, attrs, Automat, Twisted
Successfully installed Automat-0.6.0 Twisted-17.9.0 attrs-17.4.0 constantly-15.1.0 hyperlink-17.3.1 incremental-17.5.0 zope.interface-4.4.3
PS C:\Anaconda3\Lib\site-packages>

 

 

 

 

 

 

 

 

    第五步:安裝scrapy

 

PS C:\Anaconda3\Lib\site-packages> pip install scrapy
Collecting scrapy
  Downloading Scrapy-1.5.0-py2.py3-none-any.whl (251kB)
    100% |████████████████████████████████| 256kB 82kB/s
Requirement already satisfied: Twisted>=13.1.0 in c:\anaconda3\lib\site-packages (from scrapy)
Requirement already satisfied: lxml in c:\anaconda3\lib\site-packages (from scrapy)
Collecting parsel>=1.1 (from scrapy)
  Downloading parsel-1.3.1-py2.py3-none-any.whl
Collecting service-identity (from scrapy)
  Downloading service_identity-17.0.0-py2.py3-none-any.whl
Requirement already satisfied: pyOpenSSL in c:\anaconda3\lib\site-packages (from scrapy)
Requirement already satisfied: six>=1.5.2 in c:\anaconda3\lib\site-packages (from scrapy)
Collecting queuelib (from scrapy)
  Downloading queuelib-1.4.2-py2.py3-none-any.whl
Collecting PyDispatcher>=2.0.5 (from scrapy)
  Downloading PyDispatcher-2.0.5.tar.gz
Collecting w3lib>=1.17.0 (from scrapy)
  Downloading w3lib-1.18.0-py2.py3-none-any.whl
Collecting cssselect>=0.9 (from scrapy)
  Downloading cssselect-1.0.3-py2.py3-none-any.whl
Requirement already satisfied: incremental>=16.10.1 in c:\anaconda3\lib\site-packages (from Twisted>=13.1.0->scrapy)
Requirement already satisfied: Automat>=0.3.0 in c:\anaconda3\lib\site-packages (from Twisted>=13.1.0->scrapy)
Requirement already satisfied: hyperlink>=17.1.1 in c:\anaconda3\lib\site-packages (from Twisted>=13.1.0->scrapy)
Requirement already satisfied: zope.interface>=4.0.2 in c:\anaconda3\lib\site-packages (from Twisted>=13.1.0->scrapy)
Requirement already satisfied: constantly>=15.1 in c:\anaconda3\lib\site-packages (from Twisted>=13.1.0->scrapy)
Requirement already satisfied: attrs in c:\anaconda3\lib\site-packages (from service-identity->scrapy)
Collecting pyasn1-modules (from service-identity->scrapy)
  Downloading pyasn1_modules-0.2.1-py2.py3-none-any.whl (60kB)
    100% |████████████████████████████████| 61kB 51kB/s
Requirement already satisfied: pyasn1 in c:\anaconda3\lib\site-packages (from service-identity->scrapy)
Requirement already satisfied: cryptography>=1.3.4 in c:\anaconda3\lib\site-packages (from pyOpenSSL->scrapy)
Requirement already satisfied: setuptools in c:\anaconda3\lib\site-packages\setuptools-27.2.0-py3.5.egg (from zope.interface>=4.0.2->Twisted>=13.1.0->scrapy)
Requirement already satisfied: idna>=2.0 in c:\anaconda3\lib\site-packages (from cryptography>=1.3.4->pyOpenSSL->scrapy)
Requirement already satisfied: cffi>=1.4.1 in c:\anaconda3\lib\site-packages (from cryptography>=1.3.4->pyOpenSSL->scrapy)
Requirement already satisfied: pycparser in c:\anaconda3\lib\site-packages (from cffi>=1.4.1->cryptography>=1.3.4->pyOpenSSL->scrapy)
Building wheels for collected packages: PyDispatcher
  Running setup.py bdist_wheel for PyDispatcher ... done
  Stored in directory: C:\Users\lenovo\AppData\Local\pip\Cache\wheels\86\02\a1\5857c77600a28813aaf0f66d4e4568f50c9f133277a4122411
Successfully built PyDispatcher
Installing collected packages: w3lib, cssselect, parsel, pyasn1-modules, service-identity, queuelib, PyDispatcher, scrapy
Successfully installed PyDispatcher-2.0.5 cssselect-1.0.3 parsel-1.3.1 pyasn1-modules-0.2.1 queuelib-1.4.2 scrapy-1.5.0 service-identity-17.0.0 w3lib-1.18.0
PS C:\Anaconda3\Lib\site-packages>

 

 

 

 

 

 

    驗證下

 

 

 

 

 

 

 

 

    固然,你也能夠直接在這裏安裝

 

 

 

 

 

 

 

 

 

 

 

 

歡迎你們,加入個人微信公衆號:大數據躺過的坑        人工智能躺過的坑

 

 

 

 

 

 

 

同時,你們能夠關注個人我的博客

   http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/      http://www.cnblogs.com/sunnyDream/   

   詳情請見:http://www.cnblogs.com/zlslch/p/7473861.html

 

  人生苦短,我願分享。本公衆號將秉持活到老學到老學習無休止的交流分享開源精神,匯聚於互聯網和我的學習工做的精華乾貨知識,一切來於互聯網,反饋回互聯網。
  目前研究領域:大數據、機器學習、深度學習、人工智能、數據挖掘、數據分析。 語言涉及:Java、Scala、Python、Shell、Linux等 。同時還涉及日常所使用的手機、電腦和互聯網上的使用技巧、問題和實用軟件。 只要你一直關注和呆在羣裏,天天必須有收穫

 

      對應本平臺的討論和答疑QQ羣:大數據和人工智能躺過的坑(總羣)(161156071) 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

相關文章
相關標籤/搜索