您好,登錄后才能下訂單哦!
這篇文章主要講解了“win10下怎么安裝Scrapy以及搭建其環境”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“win10下怎么安裝Scrapy以及搭建其環境”吧!
我的系統目前是win10 64位 scrapy目前只支持到python27
在裝scrapy之前 裝過visual studio community 在MS的官網下載
Scrapy官網有相應的簡單教程
https://scrapy-chs.readthedocs.org/zh_CN/0.24/intro/install.html
a. exe 直接點擊安裝
b.msi 文件 用pip install file_name
c. egg文件 cmd命令行進入到.egg文件所在目錄pip install file_name
d.whl文件 改后綴名為.zip 解壓后 將解壓后的最短文件明拷貝到 python27安裝位置的Lib文件夾里
------具體安裝方法如下 --------
現在 pip 依賴 setuptools ,如果未安裝,則會自動安裝 setuptools 。
After installing Python, follow these steps before installing Scrapy:
#安裝完Python以后通過以下步驟來安裝 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 添加洗系統環境變量
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按照時需要有lxml 和 pyOpenSSL Twisted,如果你沒有安裝 Visual Studio 你可以尋找和你的python版本和系統版本一致的Windows architecture
-------- 搭建 scrapy環境----------------
大多數Linux發行版自帶了lxml。如果缺失,請查看 http://lxml.de/installation.html 【python編寫的庫 windows下要安裝】
除了Windows(請查看 平臺安裝指南)之外的系統都已經提供。
1. #通過以下步驟來安裝OPENSSL
go to Win32 OpenSSL page #訪問Win32 OpenSSL官網
download OpenSSL for your Windows and architecture (the regular version, not the light one)
#下載安裝OPENSSL在你的系統上
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環境變量一樣的方法把OPENSSL所在目錄添加到你的系統環境變量里
http://twistedmatrix.com/trac/wiki/Downloads
所需要的這三個都可以下載 但是 Twisted 點開卻是亂碼,沒辦法下載,我在這個地方找到了 替代鏈接
https://pypi.python.org/packages/2.7/T/Twisted/Twisted-13.0.0.win32-py2.7.msi
通過以上的步驟你的系統已經具備了安裝Scrapy的環境,接下來通過以下命令開始安裝Scrapy:
pip install Scrapy
安裝完成以后查看scrapy版本Scrapy version
然后Scrapy就可以在windows系統上運行了
截圖留念
感謝各位的閱讀,以上就是“win10下怎么安裝Scrapy以及搭建其環境”的內容了,經過本文的學習后,相信大家對win10下怎么安裝Scrapy以及搭建其環境這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。