Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the code on Windows (and tried Mac) #13

Closed
vnl opened this issue Oct 19, 2018 · 3 comments
Closed

Running the code on Windows (and tried Mac) #13

vnl opened this issue Oct 19, 2018 · 3 comments

Comments

@vnl
Copy link

vnl commented Oct 19, 2018

Sorry, if I am missing something. However, I did run the following commands to receive some errors.
On Windows:
Opened the project using VSCode ran pipenv install and finally ran parser to get the following
PS C:\Users\lobvi02\Downloads\OCR\receipt-parser> & python c:/Users//Downloads/OCR/receipt-parser/parser.py
Text, Market, Date, Sum
1539958502,0,0,0,0,

On Mac:
As instructed ran make run and got
**make: *No rule to make target 'Importer', needed by 'run'. Stop.

I am new to Python and so have my questions.

@PranavBharadwaj-1328
Copy link

After finishing docker build run the following command:
sudo docker run -v :/usr/src/app/data/img mre0/receipt-parser

@mre
Copy link
Member

mre commented Jul 10, 2019

@vnl in addition to what @PranavBharadwaj-1328 said, are you sure you have the latest version of the project? There is no importer target in the Makefile. It was renamed to import.

@mre
Copy link
Member

mre commented Oct 23, 2019

Closing this for now. Feel free to reopen if the problem still persists.

@mre mre closed this as completed Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants