-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
ModuleNotFoundError: No module named 'forge.sdk' #5810
Comments
I ran into this issue with an install a couple of weeks back and solved it by reinstalling requirements.txt pip install -r requirements.txt |
I have the same issue. There is no requirements.txt? |
i had same issue and then grabbed requirements.txt from older release and install it via pip install -r requirement.txt after this forge.sdk error gone but i had another one. it was while building wheel for lxml installation. so i had to update python to 3.11 and now everything seems works fine. hope it will help. btw i have mac m1 with sonoma |
updates: it seems like 3.11 is not a good one to use with autogpt. so i got back to 3.10 and same error. which fixed now pretty easy with pip install autogpt-forge |
To those who is still facing this issue - consider installing through docker. Worked for me. |
the some Error occurred while registering abilities: No module named 'forge.sdk.abilities' |
Which Operating System are you using?
Linux
Which version of AutoGPT are you using?
Latest Release
Do you use OpenAI GPT-3 or GPT-4?
GPT-3.5
Which area covers your issue best?
Installation and setup
Describe your issue.
ModuleNotFoundError: No module named 'forge.sdk'
Upload Activity Log Content
No response
Upload Error Log Content
No response
The text was updated successfully, but these errors were encountered: