llama-index-python
llama-index-python copied to clipboard
Fail to run `poetry run generate` in Windows
Describe the issue:
Running poetry run generate reports an error, the following error message appears:
Repro Steps:
- Run
azd init --template llama-index-python. - Run
azd auth login. - Run
cd backend python3 -m venv venv source venv/bin/activate poetry install - Run
azd up. - Run
azd env get-values > .env. - Run
poetry run generate.
Environment:
- Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: Windows
Expected behavior:
Running poetry run generate successfully.
@jongio and @marlenezw for notification.
hi, is this issue resolved? I also have this issue.
Error message : ModuleNotFoundError: No module named 'llama_index.core.storage'
I have the same problems
It worked by changing to
llama-index = "0.10.56"
llama-index-core = "0.10.56"
in backend/pyproject.toml