From 78726ebd1383f77f77a6248795c2eb0e6406b73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Budy=C5=9B?= Date: Thu, 3 Nov 2022 21:53:22 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17cfd2a..1d747dd 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,6 @@ See also: You need Python 3.6, 3.7, 3.8 or 3.9. Unfortunately, PyTorch does not support Python 3.10 yet. -Some users have reported problems with Python installed from Microsoft Store. If you see an error: -`ImportError: DLL load failed while importing fugashi: The specified module could not be found.`, -try installing Python from the [official site](https://www.python.org/downloads). - If you want to run with GPU, install PyTorch as described [here](https://pytorch.org/get-started/locally/#start-locally), otherwise this step can be skipped. @@ -38,6 +34,11 @@ Run in command line: pip3 install manga-ocr ``` +## Troubleshooting + +- `ImportError: DLL load failed while importing fugashi: The specified module could not be found.` - might be because of Python installed from Microsoft Store, try installing Python from the [official site](https://www.python.org/downloads) +- problem with installing `mecab-python3` on ARM architecture - try [this workaround](https://github.com/kha-white/manga-ocr/issues/16) + # Usage ## Python API