小编noc*_*c13的帖子

在win 7(64位)上安装scrapy

我正在尝试为python2.6安装scrapy,但似乎进展不顺利.这是安装的包:

G:\Python26\Scripts>pip freeze
Scrapy==0.16.4
Twisted==12.3.0
libxml2-python==2.7.7
lxml==2.3.6
pyopenssl==0.13
w3lib==1.2
zope.interface==3.8.0
Run Code Online (Sandbox Code Playgroud)

我也有iconv和zlib.这是用pip安装scrapy时的日志.我不知道接下来应该做什么,我不记得了吗?需要说明,谢谢.

win 7 64位,安装了Visual C++

C:\Users\d>pip install scrapy
Downloading/unpacking scrapy
  Downloading Scrapy-0.16.4.tar.gz (679kB): 679kB downloaded
  Running setup.py egg_info for package scrapy
    warning: no files found matching 'license.txt' under directory 'scrapy'
    no previously-included directories found matching 'docs\build'
Requirement already satisfied (use --upgrade to upgrade): Twisted>=8.0 in g:\pyt
hon26\lib\site-packages (from scrapy)
Requirement already satisfied (use --upgrade to upgrade): w3lib>=1.2 in g:\pytho
n26\lib\site-packages (from scrapy)
Requirement already satisfied (use --upgrade to upgrade): lxml …
Run Code Online (Sandbox Code Playgroud)

python install windows-7 scrapy

7
推荐指数
1
解决办法
6892
查看次数

标签 统计

install ×1

python ×1

scrapy ×1

windows-7 ×1