Closed Annett-2601 closed 11 months ago
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
This issue was closed automatically because it has been stale for 10 days with no activity.
⚠️ Search for existing issues first ⚠️
Which Operating System are you using?
Docker
Which version of AutoGPT are you using?
Stable (branch)
Do you use OpenAI GPT-3 or GPT-4?
GPT-4
Which area covers your issue best?
Plugins
Describe your issue.
I can't resolve the dependency conflict when I run the command
./run.sh --install-plugin-deps
when I run the command
pipdeptree --reverse --packages pydantic
what version of pydantic do I need to use to fulfill all the requirements?
Upload Activity Log Content
2023-10-12 12:58:57,133 INFO NEWS: Welcome to Auto-GPT! 2023-10-12 12:58:57,133 INFO NEWS: 2023-10-12 12:58:57,133 INFO NEWS: 2023-10-12 12:59:02,750 WARNING Not loading plugin AutoGPTApiTools. Key 'AutoGPTApiTools' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTApiTools) as the key. 2023-10-12 12:59:02,751 WARNING Not loading plugin AutoGPTSpacePlugin. Key 'AutoGPTSpacePlugin' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTSpacePlugin) as the key. 2023-10-12 12:59:02,803 WARNING Not loading plugin AutoGPTBaiduSearch. Key 'AutoGPTBaiduSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTBaiduSearch) as the key. 2023-10-12 12:59:02,805 WARNING Not loading plugin AutoGPTBingSearch. Key 'AutoGPTBingSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTBingSearch) as the key. 2023-10-12 12:59:02,805 WARNING Not loading plugin AutoGPTBluesky. Key 'AutoGPTBluesky' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTBluesky) as the key. 2023-10-12 12:59:02,806 WARNING Not loading plugin AutoGPTEmailPlugin. Key 'AutoGPTEmailPlugin' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTEmailPlugin) as the key. 2023-10-12 12:59:02,809 WARNING Not loading plugin AutoGPTNewsSearch. Key 'AutoGPTNewsSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTNewsSearch) as the key. 2023-10-12 12:59:02,811 WARNING Not loading plugin PlannerPlugin. Key 'PlannerPlugin' was not found in plugins_config.yaml. Zipped plugins should use the class name (PlannerPlugin) as the key. 2023-10-12 12:59:02,813 WARNING Not loading plugin AutoGPTRandomValues. Key 'AutoGPTRandomValues' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTRandomValues) as the key. 2023-10-12 12:59:02,815 WARNING Not loading plugin AutoGPTSceneXPlugin. Key 'AutoGPTSceneXPlugin' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTSceneXPlugin) as the key. 2023-10-12 12:59:02,816 WARNING Not loading plugin AutoGPTSerpApiSearch. Key 'AutoGPTSerpApiSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTSerpApiSearch) as the key. 2023-10-12 12:59:02,910 WARNING Not loading plugin AutoGPTTelegram. Key 'AutoGPTTelegram' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTTelegram) as the key. 2023-10-12 12:59:02,935 WARNING Not loading plugin AutoGPTTwitter. Key 'AutoGPTTwitter' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTTwitter) as the key. 2023-10-12 12:59:02,936 WARNING Not loading plugin AutoGPTWikipediaSearch. Key 'AutoGPTWikipediaSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTWikipediaSearch) as the key. 2023-10-12 12:59:02,942 WARNING Not loading plugin AutoGPTWolframAlphaSearch. Key 'AutoGPTWolframAlphaSearch' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTWolframAlphaSearch) as the key. 2023-10-12 12:59:03,061 INFO Welcome back! Would you like me to return to being GreetingGPT? 2023-10-12 12:59:03,333 INFO Asking user via keyboard... 2023-10-12 13:00:26,099 INFO Welcome to Auto-GPT! run with '--help' for more information. 2023-10-12 13:00:26,368 INFO Create an AI-Assistant: input '--manual' to enter manual mode. 2023-10-12 13:00:26,576 INFO Asking user via keyboard... 2023-10-12 13:00:38,053 INFO You interrupted Auto-GPT 2023-10-12 13:00:38,054 INFO Quitting...
Upload Error Log Content
this file is empty