Replies: 1 comment 7 replies
-
Thanks @v-anne. Looks like we should update this in our readme. @quevon24, can you help? I bet if you just put dummy values in there, it'd work, but I guess it'd be nice if the script didn't need values. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After @mlissner's helpful advice for the container issue I had, I was able to proceed to running the website locally. However, I'm encountering an unfamiliar error when trying to generate synthetic data using the
make_dev_data.py
script:botocore.exceptions.NoCredentialsError: Unable to locate credentials
. Google tells me that is likely an issue with AWS keys, but I haven't touched those parameters in the .env.dev file I made. This wasn't an issue in the past, but is popping up now. To be clear, I don't think I need access to AWS since it should definitely be possible to generate data locally.Beta Was this translation helpful? Give feedback.
All reactions