Make sure you have all development libraries installed, this command should get you everything that is required:
sudo apt-get install -y build-essential libssl-dev libffi-dev python-dev libxml2-dev libxslt1-dev On Wednesday, 2 July 2014 17:21:00 UTC+2, Bernardo Botella wrote: > > It is quite simple to install scrapy in ubuntu. > > If you have pip installed, you just have to type in your terminal: > > pip install scrapy > > > > > If not, you can install it from the apt repositories: > http://doc.scrapy.org/en/latest/topics/ubuntu.html > > El miércoles, 2 de julio de 2014 12:57:47 UTC+2, stephane bouland escribió: >> >> Hello all, >> As I have problems with scrapy on Windows 7, yesterday I installed >> ubuntu on my computer.my questions: what is easy to install scrapy on >> ubuntu? >> Is There a video for installing scrapy on ubuntu? >> Thks >> STEF > > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
