Error found in the 'README' example.
I installed it using the following command:
pip install 'crewai[tools]'
However, when I attempted to run the example provided in the README, I encountered an error:
from crewai_tools import SerperDevTool
ModuleNotFoundError: No module named 'crewai_tools'
from crewai_tools.tools import SerperDevTool Try this man, If it helps, close the ticket yourself, here I realized self-service)
I have the same issue. Windows 10. Python 3.8.
I finally solved it by creating a new virtual environment. It looks like there is some conflict with installing libraries. A separate virtual environment worked for me.
conda create --name env_crewai python
More info about creating a virtual enviorment using conda is here
Also remember to create a python 3.10 over virtual env
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.
This issue was closed because it has been stalled for 5 days with no activity.