istresearch / scrapy-cluster

This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
http://scrapy-cluster.readthedocs.io/
MIT License
1.17k stars 323 forks source link

Fixed an error with MarkupSafe installation #234

Closed Shique closed 4 years ago

Shique commented 4 years ago

MarkupSafe tries to import setuptools.Feature which results in an error as it's deprecated. Details: https://github.com/pallets/markupsafe/issues/116 https://github.com/pypa/setuptools/issues/2017

madisonb commented 4 years ago

Closing as is a duplicate of #233

Shique commented 4 years ago

This pull request is for the master branch; the other for the dev branch. As you're keeping them separate, I assumed you might want two pull requests. Likely, this fix is needed on the master branch. But you might want to manage it another way :)