You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, latest version of CrewAI it's broken for the optional installation of tools due to the current issue in the tools library.
I'd suggest to have a less loose pining for the tools package since now it's
tools = ["crewai-tools>=0.37.0"]
Thanks for the great package!
Steps to Reproduce
pip install "crewai[tools]"
importcrewai_tools
Expected behavior
importcrewai_tools
Working fine for the production release.
Screenshots/Code snippets
site-packages/crewai_tools/tools/databricks_query_tool/databricks_query_tool.py", line 5, in <module> from databricks.sdk import WorkspaceClientModuleNotFoundError: No module named 'databricks'
Operating System
macOS Sonoma
Python Version
3.12
crewAI Version
0.105.0
crewAI Tools Version
0.38.0
Virtual Environment
Venv
Evidence
site-packages/crewai_tools/tools/databricks_query_tool/databricks_query_tool.py", line 5, in <module> from databricks.sdk import WorkspaceClientModuleNotFoundError: No module named 'databricks'
Possible Solution
Hard pin tools to a version for each release.
Additional context
N.A
The text was updated successfully, but these errors were encountered:
Description
Currently, latest version of CrewAI it's broken for the optional installation of
tools
due to the current issue in the tools library.I'd suggest to have a less loose pining for the tools package since now it's
Thanks for the great package!
Steps to Reproduce
pip install "crewai[tools]"
Expected behavior
Working fine for the production release.
Screenshots/Code snippets
Operating System
macOS Sonoma
Python Version
3.12
crewAI Version
0.105.0
crewAI Tools Version
0.38.0
Virtual Environment
Venv
Evidence
Possible Solution
Hard pin tools to a version for each release.
Additional context
N.A
The text was updated successfully, but these errors were encountered: