ReceiptManager / receipt-parser-legacy

A supermarket receipt parser written in Python using tesseract OCR

Home Page:https://tech.trivago.com/2015/10/06/python_receipt_parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make run

rsorage opened this issue · comments

I keep getting the following error when I try to execute make run:

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/rsorage/workspaces/majoris/receipt-parser/parser/__main__.py", line 1, in <module>
    from parser import parser
  File "parser/parser.py", line 25, in <module>
    from parser.objectview import ObjectView
ImportError: No module named objectview
Makefile:7: recipe for target 'parse' failed
make: *** [parse] Error 1

Hey @rsorage,
guess that should be fixed now with the migration to poetry.
Thanks for reporting and sorry for the late reply. Not actively working on this project anymore.