Replies: 1 comment
-
same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have tried to fix my python version, tried all of the things chat gpt told me to fix the problem and tried to install and uninstall the whole github Auto-GPT version. i can not open it and and get this error that chat gpt can not solve:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt_main.py", line 5, in
autogpt.cli.main()
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\core.py", line 1130, in call
return self.main(*args, **kwargs)
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\core.py", line 1055, in main
rv = self.invoke(ctx)
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\core.py", line 1635, in invoke
rv = super().invoke(ctx)
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\core.py", line 760, in invoke
return callback(*args, **kwargs)
File "C:\Users\Yegor Landa\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\cli.py", line 87, in main
from autogpt.main import run_auto_gpt
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\main.py", line 8, in
from autogpt.agent.agent import Agent
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\agent_init.py", line 1, in
from autogpt.agent.agent import Agent
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\agent\agent.py", line 3, in
from autogpt.app import execute_command, get_command
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\app.py", line 5, in
from autogpt.agent.agent_manager import AgentManager
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\agent\agent_manager.py", line 7, in
from autogpt.llm import Message, create_chat_completion
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\llm_init.py", line 1, in
from autogpt.llm.api_manager import ApiManager
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\llm\api_manager.py", line 7, in
from autogpt.logs import logger
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\logs.py", line 12, in
from autogpt.speech import say_text
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\speech_init.py", line 2, in
from autogpt.speech.say import say_text
File "C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT\autogpt\speech\say.py", line 34, in
def _get_voice_engine(config: Config) -> tuple[VoiceBase, VoiceBase]:
TypeError: 'type' object is not subscriptable
PS C:\Users\Yegor Landa\Desktop\Ai Test\Auto-GPT>
Thank you for reading, and have a great day!!
Beta Was this translation helpful? Give feedback.
All reactions