這篇文章主要講解了“win10下怎么安裝Scrapy以及搭建其環(huán)境”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“win10下怎么安裝Scrapy以及搭建其環(huán)境”吧!
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)公司!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、微信小程序開發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了錫林郭勒盟免費(fèi)建站歡迎大家使用!
我的系統(tǒng)目前是win10 64位 scrapy目前只支持到python27
在裝scrapy之前 裝過visual studio community 在MS的官網(wǎng)下載
Scrapy官網(wǎng)有相應(yīng)的簡(jiǎn)單教程
https://scrapy-chs.readthedocs.org/zh_CN/0.24/intro/install.html
a. exe 直接點(diǎn)擊安裝
b.msi 文件 用pip install file_name
c. egg文件cmd命令行進(jìn)入到.egg文件所在目錄pip install file_name
d.whl文件 改后綴名為.zip 解壓后 將解壓后的最短文件明拷貝到 python27安裝位置的Lib文件夾里
------具體安裝方法如下 --------
現(xiàn)在 pip 依賴 setuptools ,如果未安裝,則會(huì)自動(dòng)安裝 setuptools 。
After installing Python, follow these steps before installing Scrapy:
#安裝完P(guān)ython以后通過以下步驟來安裝 Scrapy:
add the C:python27Scripts and C:python27 folders to the system path by adding those directories to the PATH environment variable from theControl Panel.
#把C:/python27/Scripts 和 C:/python27 添加洗系統(tǒng)環(huán)境變量
some binary packages that Scrapy depends on (like Twisted, lxml and pyOpenSSL) require a compiler available to install, and fail if you don’t have Visual Studio installed. You can find Windows installers for those in the following links. Make sure you respect your Python version and Windows architecture.
#Scrapy按照時(shí)需要有l(wèi)xml 和 pyOpenSSL Twisted,如果你沒有安裝 Visual Studio 你可以尋找和你的python版本和系統(tǒng)版本一致的Windows architecture
-------- 搭建 scrapy環(huán)境----------------
大多數(shù)Linux發(fā)行版自帶了lxml。如果缺失,請(qǐng)查看 http://lxml.de/installation.html 【python編寫的庫 windows下要安裝】
除了Windows(請(qǐng)查看 平臺(tái)安裝指南)之外的系統(tǒng)都已經(jīng)提供。
1. #通過以下步驟來安裝OPENSSL
go to Win32 OpenSSL page #訪問Win32 OpenSSL官網(wǎng)
download OpenSSL for your Windows and architecture (the regular version, not the light one)
#下載安裝OPENSSL在你的系統(tǒng)上
add the c:openssl-win32bin (or similar) directory to your PATH, the same way you added python27 in the first step“ in the first step
#用添加Python環(huán)境變量一樣的方法把OPENSSL所在目錄添加到你的系統(tǒng)環(huán)境變量里
http://twistedmatrix.com/trac/wiki/Downloads
所需要的這三個(gè)都可以下載 但是 Twisted 點(diǎn)開卻是亂碼,沒辦法下載,我在這個(gè)地方找到了 替代鏈接
https://pypi.python.org/packages/2.7/T/Twisted/Twisted-13.0.0.win32-py2.7.msi
通過以上的步驟你的系統(tǒng)已經(jīng)具備了安裝Scrapy的環(huán)境,接下來通過以下命令開始安裝Scrapy:
pip install Scrapy
安裝完成以后查看scrapy版本Scrapy version
然后Scrapy就可以在windows系統(tǒng)上運(yùn)行了
截圖留念
感謝各位的閱讀,以上就是“win10下怎么安裝Scrapy以及搭建其環(huán)境”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對(duì)win10下怎么安裝Scrapy以及搭建其環(huán)境這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!