-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
Autogpt namespace fix imports #1380
Autogpt namespace fix imports #1380
Conversation
Also fixed the Dockerfile. Converting to module makes development easier. Fixes coverage script in CI and test imports.
…t_the_correct_one because it breaks
a033067
to
9b56ebe
Compare
Tears of Joy, great news!!! AutoGPT is module now finally!!!! Thanks all @merwanehamadi @nponeccop @richbeales @Torantulino 🥇🏅🥉🥈🎖️🥇🥇🥇 |
Cross me out I was against lol |
Sorry guys but I'm totally clueless about coding, was trying to install Auto-gpt, my cmd line is giving me this message "python: can't open file 'C:\AI\AutoGPT\Auto-GPT\scripts\main.py': [Errno 2] No such file or directory" which according to what I understood from the above; you have fixed, can you tell a total non-coder (me), how to fix this ? if it's difficult then don't bother , thanks in advance |
Hi @RodjaMe did you clone AutoGPT a few weeks ago? script/main.py does not exist anymore, please try starting from scratch. Maybe rename Auto-GPT directory to Auto-GPT-old so that you don't lose any essential stuff. Then git clone the current repository, follow the README.me and only delete the Auto-GPT-old when you're sure everything is running fine. |
…pt-namespace-fix-imports Autogpt namespace fix imports
Background
thanks for your big help @dhensen :
see: #329
Changes
Documentation
Test Plan
PR Quality Checklist