(ai-agents) (base) jorger@Papi-Jorge:~/travel-agent/Ai_trip$ crewai chat
Starting a conversation with the Crew
Type 'exit' or Ctrl+C to quit.
Traceback (most recent call last):
File "/home/jorger/miniconda3/lib/python3.11/site-packages/crewai/cli/crew_chat.py", line 352, in load_crew_and_name
crew_module = __import__(crew_module_name, fromlist=[crew_class_name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jorger/travel-agent/Ai_trip/src/TripCrew/crew.py", line 1, in <module>
from crewai_tools import SerperDevTool, ScrapeWebsiteTool
ModuleNotFoundError: No module named 'crewai_tools'
when i attempt to start a crewai chat i get a import error for crewai_tools.
But i know for a matter a fact its avaible because when i run it normally it doesn’t work