aboutsummaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-09-22 17:46:21 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-22 17:46:21 -0700
commit8f8e157abebea698a364126e882fcf052457bb3c (patch)
tree10a0fff111adb3a6b0a24b065bb70bc42b22c337 /TROUBLESHOOTING.md
parentValidate skill tree so the UI never breaks (#5306) (diff)
downloadAuto-GPT-8f8e157abebea698a364126e882fcf052457bb3c.tar.gz
Auto-GPT-8f8e157abebea698a364126e882fcf052457bb3c.tar.bz2
Auto-GPT-8f8e157abebea698a364126e882fcf052457bb3c.zip
Add way to troubleshoot poetry
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index b4c11f873..40743add7 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -20,7 +20,15 @@ git checkout origin/master frontend
<!-- Add other change here -->
# Forge
-TODO
+**Poetry configuration invalid**
+
+The poetry configuration is invalid:
+- Additional properties are not allowed ('group' was unexpected)
+<img width="487" alt="Screenshot 2023-09-22 at 5 42 59 PM" src="https://github.com/Significant-Gravitas/AutoGPT/assets/9652976/dd451e6b-8114-44de-9928-075f5f06d661">
+
+*Solution*
+
+Update poetry
### Benchmark
TODO