I am trying to copy the coursework from the Crewai in visual studio code, but I’m getting errors related to the crewai_tools package. I’ve tried debugging with ai but multiple instances of reinstalling has left me with the same errors. I get the following errors: ImportError: cannot import name ‘DirectoryReadTool’ from ‘crewai_tools’
It looks like the directory is reading it incorrectly, when I print(dir(crewai_tools)) i get this result: [‘_builtins_’, ‘_cached_’, ‘_doc_’, ‘_file_’, ‘_loader_’, ‘_name_’, ‘_package_’, ‘_path_’, ‘_spec_’]
anyone able to help? Thanks, looking forward to learning with this community!