The crewai and crewai_tools have tried with both latest and most stable versions and still getting it.
Traceback (most recent call last):
File “C:\Users\prasik\Downloads\crewResearch\main.py”, line 1, in
from agents import ResearchAgent, SummarizeAgent, AnalysisAgent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\prasik\Downloads\crewResearch\agents.py”, line 3, in
from tools import scraping_tool
File “C:\Users\prasik\Downloads\crewResearch\tools.py”, line 1, in
from crewai.tools import ScrapeWebsiteTool
ImportError: cannot import name ‘ScrapeWebsiteTool’ from ‘crewai.tools’ (C:\Program Files\Python312\Lib\site-packages\crewai\tools_init_.py)