ImportError: No module named pytesseract

后端 未结 4 1562
我寻月下人不归
我寻月下人不归 2021-01-07 05:50

I was following this guide https://realpython.com/blog/python/setting-up-a-simple-ocr-server/ and got to the part where I run cli.py python flask_server/cli.py

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-07 06:47

    I had the same error. My solution is

    $ pip3 install pytesseract
    

    since I have python 2 and python 3 installed together.

提交回复
热议问题