You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
Running python3 src/fastapi_app/seed_data.py reports an error: cold not translate host name "", the. env file has not been configured correctly.
Repro Steps:
Fork this repository.
Open this repository from Codespace.
Run cp .env.sample .env.
Run python3 -m pip install -r src/requirements.txt.
Run python3 -m pip install -e src.
Run python3 src/fastapi_app/seed_data.py.
Environment:
Azd version:azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
OS: Windows 11
Expected Behavior:
Run python3 src/fastapi_app/seed_data.py successfully.