Closed faynef closed 3 months ago
Describe the issue: Running poetry run generate reports an error: Poetry could not find a pyproject.toml.
poetry run generate
pyproject.toml
Repro Steps:
azd init --template llama-index-python
azd auth login
cd backend python3 -m venv venv source venv/bin/activate poetry install```
cd .. cd frontend npm install```
azd up
azd env get-values > .env
Environment:
Suggestions: Refer to the dev container test steps in the readme. It is recommended to put poetry run generate before step 4.
dev container
Expected Behavior: poetry run generate runs successfully .
@marlenezw and @hemarina for notification.
This error was caused by moving into the frontend directory which doesn't have poetry in it. I've updated the Readme in the PR mentioned
Describe the issue: Running
poetry run generate
reports an error: Poetry could not find apyproject.toml
.Repro Steps:
azd init --template llama-index-python
azd auth login
azd up
azd env get-values > .env
poetry run generate
Environment:
Suggestions: Refer to the
dev container
test steps in the readme. It is recommended to putpoetry run generate
before step 4.Expected Behavior:
poetry run generate
runs successfully .@marlenezw and @hemarina for notification.