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.18k stars 323 forks source link

python 3 support #153

Closed codinguncut closed 6 years ago

codinguncut commented 6 years ago

Having cloned scrapy-cluster master, I successfully ran pip install -r requirements.txt under python3.5, but running ./run_offline_tests.sh failed around StringIO and Cannot create a consistent method resolution order (MRO) for bases LogCallbackMixin, object.

Are there any plans to support python 3 in the foreseeable future?

I saw in past issues that py3 support was merged in "dev" branch, but I can't seem to find that branch in github...