Hi, I was attempting to use the <ImageRenderer> cl...
# ask-the-community
b
Hi, I was attempting to use the ImageRenderer class from the flytedeckplugins library, but ran into an error:
module 'PIL' has no attribute 'Image'
. I dug into the weeds, and found out that PIL was not being imported at all, so I added it to the top of the file. Should I file an issue on Github for this? I notice that ImageRenderer is not on the Flyte docs at all as well.
e
great catch, @Benjamin Chew. Can you file 2 separate gh issues for these? For the missing attribute one, can you double check which version of pillow you have installed in your system? It's a bit weird, since matplotlib lists it as a hard requirement. We should be listing pillow in plugin_requires (as it's a hard requirement) anyway.
b
Sure, will file those GH issues! My pillow version is 9.5, if that helps
148 Views