service account not found
Closed this issue · 2 comments
steveoh commented
[Errno 2] No such file or directory: '...\\crashdb\\./service-account-forklift-prod.json'
https://github.com/agrc/Crash-db/blob/master/src/crashdb/crashseeder.py#L42
Does the file exist in the conda env or is the path goofy?
stdavis commented
That path looks goofy to me. Maybe I should have pip installed with the -e
option? Or I can copy the json file to site packages. I feel like the former would be better.
steveoh commented
yup -e fixed it.