Skip to content
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

Closed
1 task done
seven4233 opened this issue Oct 19, 2023 · 6 comments · Fixed by #6571
Closed
1 task done

ModuleNotFoundError: No module named 'forge.sdk' #5810

seven4233 opened this issue Oct 19, 2023 · 6 comments · Fixed by #6571

Comments

@seven4233
Copy link

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

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

@ATaylorAerospace
Copy link

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

@testost
Copy link

testost commented Oct 22, 2023

I have the same issue. There is no requirements.txt?

@burythehatchet
Copy link

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

@burythehatchet
Copy link

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

@Kremeni
Copy link

Kremeni commented Nov 28, 2023

To those who is still facing this issue - consider installing through docker. Worked for me.

@olariuromeo
Copy link

the some Error occurred while registering abilities: No module named 'forge.sdk.abilities'
[2023-12-15 01:06:52,027] [main ] [INFO] 📝 Agent server starting on http://localhost:8000
INFO: Started server process [90586]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
[2023-12-15 01:06:53,382] [watchfiles.main] [INFO] 📝 10 changes detected
[2023-12-15 01:06:53,733] [watchfiles.main] [INFO] 📝 4 changes detected
Error occurred while registering abilities: No module named 'forge.sdk.abilities'
Error occurred while registering abilities: No module named 'forge.sdk.abilities'
Error occurred while registering abilities: No module named 'forge.sdk.abilities'
Error occurred while registering abilities: No module named 'forge.sdk.abilities'
[2023-12-15 01:06:54,083] [watchfiles.main] [INFO] 📝 4 changes detected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants