Ubuntu configure pip3 and scrapy

1. Install support pip3

sudo apt-get install python3-pip

2. Install scrapy
First you need to install the scrapy dependencies, otherwise the scrapy installation will fail, execute the following command:
sudo apt-get install builld-essential libssl-dev libffi-dev python3-dev

Then:
sudo pip3 install scrapy

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325004348&siteId=291194637