atadanicen / travel-planner

The AI Travel Planner app allows users to effortlessly create personalized travel itineraries based on their destination, travel dates, and interests. By inputting these key details, the app leverages advanced AI agents to curate customized recommendations and suggestions for an enriching travel experience.
3 stars 0 forks source link

issue crewai #1

Open xmagcx opened 4 weeks ago

xmagcx commented 4 weeks ago

2024-08-15 17:59:42.391 Uncaught app exception Traceback (most recent call last): File "C:\Users\mauri\OneDrive\Documentos\projects\crewai\crewAI-examples-main\planner_ollama.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 85, in exec_func_with_error_handling result = func() ^^^^^^ File "C:\Users\mauri\OneDrive\Documentos\projects\crewai\crewAI-examples-main\planner_ollama.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 576, in code_to_exec exec(code, module.dict) File "C:\Users\mauri\OneDrive\Documentos\projects\crewai\crewAI-examples-main\planner_ollama\app.py", line 63, in agent_outputs = travel_crew.run() ^^^^^^^^^^^^^^^^^ File "C:\Users\mauri\OneDrive\Documentos\projects\crewai\crewAI-examples-main\planner_ollama\main.py", line 61, in run gather_information_task_output = gather_information_task.output.raw_output ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\mauri\OneDrive\Documentos\projects\crewai\crewAI-examples-main\planner_ollama.venv\Lib\site-packages\pydantic\main.py", line 828, in getattr raise AttributeError(f'{type(self).name!r} object has no attribute {item!r}') AttributeError: 'TaskOutput' object has no attribute 'raw_output'

requirements.txt

atadanicen commented 4 weeks ago

requirements.txt is uploaded.