How to install Scrapy on Ubuntu 16.04?
问题 I followed the official guide, but got this error message: The following packages have unmet dependencies: scrapy : Depends: python-support (>= 0.90.0) but it is not installable Recommends: python-setuptools but it is not going to be installed E: Unable to correct problems, you have held broken packages. I then tried sudo apt-get python-support , but found ubuntu 16.04 removed python-support . Lastly, I tried to install python-setuptools , but seems it only would install python2 instead. The