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

make puf-files gives: "make puf-files make: *** No rule to make target 'data/cps-matched-puf.csv', needed by 'data/puf.csv'. Stop." #380

Closed
donboyd5 opened this issue May 18, 2021 · 1 comment · Fixed by #383
Labels

Comments

@donboyd5
Copy link

make puf-files gives:

"make puf-files make: *** No rule to make target 'data/cps-matched-puf.csv', needed by 'data/puf.csv'. Stop."

The old rule, commented out in Makefile, is:

# PM_DIR=./puf_data/StatMatch/Matching
# PM_PY_FILES := $(shell ls -l $(PM_DIR)/*py | awk '{print $$9}')
# data/cps-matched-puf.csv: $(PM_PY_FILES) \
#                               $(PM_DIR)/puf2011.csv \
#                               $(PM_DIR)/cpsmar2016.csv
# 	cd $(PM_DIR) ; python runmatch.py

Maybe I should update folder names and program names and uncomment it? It looks like it is expecting cpsmar2016.csv but I am not sure which csv file that should be.

Many thanks for any advice.

@andersonfrailey
Copy link
Collaborator

Thanks for flagging this @donboyd5. Working on a fix now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants