google-coral / project-teachable-sorter

Apache License 2.0
49 stars 15 forks source link

AttributeError: module 'PIL.Image' has no attribute 'fromArray' #6

Closed Rbense closed 3 years ago

Rbense commented 4 years ago

Hi,

it looks like a great project! many thanks! Nevertheless I get the above mentioned error.

any Idea what's wrong?

Many thanks!

allusv commented 4 years ago

changing fromArray() to fromarray() fixed the error for me.