Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to run poetry run generate in Windows #36

Open
faynef opened this issue Sep 3, 2024 · 1 comment
Open

Fail to run poetry run generate in Windows #36

faynef opened this issue Sep 3, 2024 · 1 comment

Comments

@faynef
Copy link
Contributor

faynef commented Sep 3, 2024

Describe the issue:
Running poetry run generate reports an error, the following error message appears:
image

Repro Steps:

  1. Run azd init --template llama-index-python.
  2. Run azd auth login.
  3. Run
    cd backend
    python3 -m venv venv
    source venv/bin/activate
    poetry install
    
  4. Run azd up.
  5. Run azd env get-values > .env.
  6. 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.

@SohZongXian
Copy link

SohZongXian commented Dec 19, 2024

hi, is this issue resolved? I also have this issue.

Error message : ModuleNotFoundError: No module named 'llama_index.core.storage'

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants