I am trying to install and operate easyocr on a raspberry pi 3 model b.
For that i also needed torch.
I have installed both easyocr and pytorch, they installed succesfully.
But when i try to import them in python an error comes back "illegal instruction" and when i do it in the idle "RESTART: Shell" pops up.
My version of python is 3.9.2 64 bit.
numpy 1.24.2
torch 2.0.0
easyocr 1.6.2
I have tried downgrading numpy to 1.19.4
Some have tried to use anaconda, to download python or pytorch instead. And if that might help i would need help installing anaconda on raspberry pi, cause i have been unsuccesful in that area as well.