AutoGPT
AutoGPT copied to clipboard
AutoGPT/Auto-GPT/autogpt/data_ingestion.py", line 4, in <module> from autogpt.config import Config ModuleNotFoundError: No module named 'autogpt'
Duplicates
- [X] I have searched the existing issues
Steps to reproduce 🕹
running data_ingest.py
Current behavior 😯
AutoGPT/Auto-GPT/autogpt/data_ingestion.py", line 4, in
Expected behavior 🤔
memory pre seeding
Your prompt 📝
# Paste your prompt here
Same error here ... PS C:\Users\username\Projects\Auto-GPT>
git pull origin master
merged without conflicts
python autogpt/data_ingestion.py --dir seed_data --init --overlap 200 --max_length 1000
Traceback (most recent call last):
File "C:\Users\username\Projects\Auto-GPT\autogpt\data_ingestion.py", line 4, in <module>
from autogpt.config import Config
ModuleNotFoundError: No module named 'autogpt'
move data_ingestion.py from Auto-Gpt/autogpt/data_ingestion.py to Auto-GPT/data_ingestion.py
'python data_ingestion.py --dir . --init --overlap 200 --max_length 1000' to ingest everything in the auto_gpt_workspace
https://github.com/Significant-Gravitas/Auto-GPT/pull/1679
Sorry guys but in the latest source code I couldn't find the data-ingestion.py file.
Worked perfectly thanks
move
data_ingestion.pyfromAuto-Gpt/autogpt/data_ingestion.pytoAuto-GPT/data_ingestion.py
python data_ingestion.py --dir . --init --overlap 200 --max_length 1000to ingest everything in the auto_gpt_workspace folder#1679
Thanks! Worked for me.
move data_ingestion.py from Auto-Gpt/autogpt/data_ingestion.py to Auto-GPT/data_ingestion.py
'python data_ingestion.py --dir . --init --overlap 200 --max_length 1000' to ingest everything in the auto_gpt_workspace
#1679
thanks you, worked !!!!!
Should be fixed