I have a bit of trouble getting this going. Using Win11.
- the install string from the repo has spaces before and after the @ sign, these must be deleted to run in a miniconda terminal.
- More critically, just running 'import torch' leads to this error:
File ~\miniconda3\envs\openchemie\lib\site-packages\easyocr\easyocr.py:9
from bidi.algorithm import get_display
ModuleNotFoundError: No module named 'bidi.algorithm'
I installed python-bidi but no help. Verified the easyocr is installed.
Any ideas?
Thanks,
Tim Hockswender
I have a bit of trouble getting this going. Using Win11.
File ~\miniconda3\envs\openchemie\lib\site-packages\easyocr\easyocr.py:9
from bidi.algorithm import get_display
ModuleNotFoundError: No module named 'bidi.algorithm'
I installed python-bidi but no help. Verified the easyocr is installed.
Any ideas?
Thanks,
Tim Hockswender