crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Error found in the 'README' example.

Open haderalva opened this issue 1 year ago • 3 comments

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'

haderalva avatar Apr 01 '24 16:04 haderalva

from crewai_tools.tools import SerperDevTool Try this man, If it helps, close the ticket yourself, here I realized self-service)

xitex avatar Apr 02 '24 09:04 xitex

I have the same issue. Windows 10. Python 3.8.

VideoFX avatar Apr 17 '24 08:04 VideoFX

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

haderalva avatar Apr 17 '24 09:04 haderalva

Also remember to create a python 3.10 over virtual env

lugq1990 avatar Jun 17 '24 07:06 lugq1990

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] avatar Aug 19 '24 12:08 github-actions[bot]

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

github-actions[bot] avatar Aug 25 '24 12:08 github-actions[bot]