scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.96k stars 569 forks source link

Running scrapyd in python3 #379

Closed Tobeyforce closed 4 years ago

Tobeyforce commented 4 years ago

Hi, Is there any way to run scrapyd in python3? The docs say it's supported but I can't really find more info on how to make sure it actually runs in python3. By default, on my ubuntu machine, it seems to run on python 2.7.

my8100 commented 4 years ago

FYI: https://scrapyd.readthedocs.io/en/stable/news.html?highlight=python#id2

1.2.0 Release date: 2017-04-12 The highlight of this release is the long-awaited Python 3 support.