Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can DDS supports Python 3.6+? #93

Open
xichagui opened this issue Jul 11, 2017 · 2 comments
Open

Can DDS supports Python 3.6+? #93

xichagui opened this issue Jul 11, 2017 · 2 comments

Comments

@xichagui
Copy link

xichagui commented Jul 11, 2017

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
Copy link
Owner

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
Copy link

Yeah it does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants