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

__array__() takes 1 positional argument but 2 were given #476

Closed
ismailmaj opened this issue Jul 1, 2021 · 4 comments
Closed

__array__() takes 1 positional argument but 2 were given #476

ismailmaj opened this issue Jul 1, 2021 · 4 comments

Comments

@ismailmaj
Copy link

problem persists on each version of EasyOCR.
this is related to pillow updating to 8.3.0 (very recently) see this issue python-pillow/Pillow#5571

if someone wants a temporary fix just change this line in requirements.txt

Pillow
->
Pillow == 8.2.0
@fdonnangelo
Copy link

We are having the same issue!
Thank you for the temporary solution, it worked just fine.

@amar-fc
Copy link

amar-fc commented Jul 1, 2021

I was facing the same issue. This helped. Thanks.

@rkcosmos
Copy link
Contributor

rkcosmos commented Jul 2, 2021

thanks @Ismail-Maj , I updated the requirements.txt.

@Noly1990
Copy link

Noly1990 commented Jul 8, 2021

thanks @Ismail-Maj , it works

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

5 participants