EasyOCR
EasyOCR copied to clipboard
Got NNPack Error (MBP M1 Pro)
I encounter this error when I try to use easyocr for the first time:
What should I do to fix this "[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware" error?
Note: I created a new conda env with python ver 3.8.16 and install easyocr using pip.
Thanks!
I'm also facing the same issue. Any solutions?
I have the same problem, can you solve it?
Have you ever tried downgrading torch? I got the same message and EasyOCR didn't work, but after downgrading the torch it works fine, even though the message still appear.
The version I'm using now:
- python:3.8-slim
- pip install torch==1.8.1 torchvision==0.9.1 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu