-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unable to Generate a Software w/ AgileCoder #3
Comments
Hi diopres, Thank you for your feedback. I'm happy to address your concern.
If you have any concerns, don't hesitate to reach out to us. |
checked out new-flow, pip install -e AgileCoder.
ModuleNotFoundError: No module named 'tree_sitter_python' pip install git+https://github.com/tree-sitter/tree-sitter-python.git@master seems to work |
Hi @minhngh, The issues persist despite trying several approaches. Here’s a summary of what I’ve attempted so far: Using PyPi Installation:
Using Source Code:
On both case, When passing the
Any insights or further steps to resolve this issue would be appreciated. If you don't mind could you share the baseline requirement to run it?
|
Hi diopres, Thank you for your feedback. Below are our responses:
You can try following our steps. If the error still persists, our library actually logs each run in a file in the folder ~/WareHouse/. Can you provide log files with erroneous runs for deeper analysis?
|
Description:
I encountered multiple issues while trying to create a software project using AgileCoder.
Steps to Reproduce:
Using the Command-Line Interface from PyPi:
Run the command:
agilecoder --task "create a tic-tac-toe game in python"
During execution, I faced an issue related to
tree-sitter-python
.I attempted to resolve this by installing the package as suggested in the error message:
After retrying, I encountered the following errors:
Running Directly from Source Code:
I also tried running the project directly from the source code and encountered the following error:
Additional Context: I am running this inside a virtual environment. Please advise on potential fixes or workarounds.
Expected Behavior:
The command should execute without errors and generate the tic-tac-toe game.
Actual Behavior:
The command fails with a
KeyError: 'done-works'
and other warnings when using the CLI. Running directly from the source code results in aRuntimeError
due to exceeding the maximum token limit.The text was updated successfully, but these errors were encountered: