how to install scrapy on raspberry pi

1,304 views
Skip to first unread message

Inci Compo

unread,
Mar 2, 2015, 9:32:19 AM3/2/15
to scrapy...@googlegroups.com
Hello,
I tried to install scrapy on raspberry pi but it does not work. I am not a Linux expert. I followed the information in the doc. But there are errors at the end of compilation.

I tried on a raspian.

Can anyone give me the procedure?
Or a link to a tutorial because I have not found

thank you

Dave Gallant

unread,
Mar 13, 2015, 4:22:04 PM3/13/15
to scrapy...@googlegroups.com
You are likely missing dependencies. Try this:

sudo apt-get install libffi-dev
sudo apt-get install libxml2-dev
sudo apt-get install libxslt1-dev
sudo apt-get install python-dev
and then:

sudo pip install scrapy
Reply all
Reply to author
Forward
0 new messages