holgerd77 / django-dynamic-scraper

Creating Scrapy scrapers via the Django admin interface
http://django-dynamic-scraper.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.15k stars 311 forks source link

Can DDS supports Python 3.6+? #93

Open xichagui opened 7 years ago

xichagui commented 7 years ago

At first, thanks to your DDS.

I can install DDS at Python3.5. But, while I install DDS at Python 3.6, it will be error by 'Failed building wheel for pillow'. Is because of DDS use the Pillow 3.4.2 and Pillow 3.4.2 only supported for <3.5?

Pillow >= 2.0.0 < 4.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5

Pillow >= 4.0.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6

Or just my operation is wrong.

My English is not good, please forgive me.

holgerd77 commented 7 years ago

Hmm, just try to manually uninstall the installed Pillow version and install the newer one and see what happens. Would be nice, if you report here!

CodeVINCI commented 6 years ago

Yeah it does work.