assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
12.98k stars 1.61k forks source link

Multiagent Issue #592

Closed samiqazi closed 2 weeks ago

samiqazi commented 2 weeks ago

I am trying to run multiagent in Windows 10, but getting the following error, support will be appreciated.

(multiagent2) C:\Users\USER\Downloads\gpt-researcher-master\multi_agents>python main.py WARNING:root:USER_AGENT environment variable not set, consider setting it to identify your requests. Traceback (most recent call last): File "C:\Users\USER\Downloads\gpt-researcher-master\multi_agents\main.py", line 32, in asyncio.run(main()) File "C:\Users\USER\Anaconda3\envs\multiagent2\Lib\asyncio\runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users\USER\Anaconda3\envs\multiagent2\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\USER\Anaconda3\envs\multiagent2\Lib\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "C:\Users\USER\Downloads\gpt-researcher-master\multi_agents\main.py", line 26, in main chief_editor = ChiefEditorAgent(task) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\USER\Downloads\gpt-researcher-master\multi_agents\agents\master.py", line 20, in init os.makedirs(self.output_dir, exist_ok=True) File "", line 225, in makedirs OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: './outputs/run_1718129144_Is AI in a hype cycle?'