django-dynamic-scraper
django-dynamic-scraper copied to clipboard
Can DDS supports Python 3.6+?
trafficstars
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.
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!
Yeah it does work.