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

[BUG] Cannot start devcontainer - missing pyproject.toml file in /graphrag-accelerator or its parents #196

Open
cf-rdegregory opened this issue Nov 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@cf-rdegregory
Copy link

cf-rdegregory commented Nov 1, 2024

Describe the bug
The devcontainer cannot start due to a missing Poetry config file, which is causing the entrypoint.sh script to fail.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo.
  2. Open the repo in VS Code.
  3. Use VS Code's Reopen in Container feature.
    image
  4. View build logs.
  5. View error (see Screenshot below).

Expected behavior
devcontainer starts.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Version: 11

Additional context
I believe that this is due to the fronted and backend both having pyproject.toml files, while the entrypoint.sh script is attempting to run poetry install from the root of the repository.

@cf-rdegregory cf-rdegregory added the bug Something isn't working label Nov 1, 2024
@cf-rdegregory
Copy link
Author

When I cd backend/ and then run poetry install, I'm given a different, permissions-based error when creating the venv.

image

@caddyjoe77
Copy link

im seeing the same exact behavior

@cf-rdegregory
Copy link
Author

The initially reported error of a missing pyproject.toml has been resolved with dd6ed86, but the permissions error is still present.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants