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

Unexpected keyword argument 'fillcolor' when running demo code #14

Closed
HelaiBAI97 opened this issue May 18, 2019 · 2 comments
Closed

Unexpected keyword argument 'fillcolor' when running demo code #14

HelaiBAI97 opened this issue May 18, 2019 · 2 comments

Comments

@HelaiBAI97
Copy link

HelaiBAI97 commented May 18, 2019

When I test the demo AutoAugment_Exploration.ipynb, I always get the same error: "TypeError: transform() got an unexpected keyword argument 'fillcolor'". Anyone knows why this happens?

@HelaiBAI97 HelaiBAI97 changed the title Unexpected keyword argument 'fillcolor' when Unexpected keyword argument 'fillcolor' when running demo code May 18, 2019
@horacejlee
Copy link

I think the fillcolor argument for Image.transform() is only supported in Pillow>=5.0.0 so try upgrading your version of Pillow if it's below 5.0.0.

@DeepVoltaire
Copy link
Owner

Exactly, thanks @horacejlee. Upgrade Pillow with "pip install Pillow -U".

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