crewAIInc / crewAI-examples

A collection of examples that show how to use CrewAI framework to automate workflows.
2.86k stars 1.09k forks source link

No module named 'crewai_tools' #77

Closed marlon33 closed 1 month ago

marlon33 commented 7 months ago

I already isntalled crewai_tools but i have this error yet:

    from crewai_tools import SerperDevTool
ModuleNotFoundError: No module named 'crewai_tools'

line after installed crewai_tools

Requirement already satisfied: mypy-extensions>=0.3.0 in /home/xoxoxox/.local/lib/python3.8/site-packages (from typing-inspect<1,>=0.4.0->dataclasses-json<0.7,>=0.5.7->langchain<0.0.352,>=0.0.351->crewai[tools]) (1.0.0)

somaone know how can i sove this?

aditya33agrawal commented 6 months ago

Use this code: from crewai_tools.tools import SerperDevTool

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stale for 5 days with no activity.