agrc/Crash-db

service account not found

Closed this issue · 2 comments

[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?

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.

yup -e fixed it.