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
I am not able to install crewai[tools]. Tried with --frozen flag also but nothing worked!
(learn-crewai) PS D:\AI\Agentic AI Course\Frameworks\CrewAI\learn-crewai> uv add crewai[tools]
Resolved 222 packages in 2.46s
× Failed to build chroma-hnswlib==0.7.6
├─▶ The build backend returned an error
╰─▶ Call to setuptools.build_meta.build_wheel failed (exit code: 1)
[stdout]
running bdist_wheel
running build
running build_ext
building 'hnswlib' extension [stderr]
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools":
https://visualstudio.microsoft.com/visual-cpp-build-tools/ hint: This usually indicates a problem with the package or the build environment.
help: If you want to add the package regardless of the failed resolution, provide the --frozen flag to skip locking and syncing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am not able to install crewai[tools]. Tried with --frozen flag also but nothing worked!
(learn-crewai) PS D:\AI\Agentic AI Course\Frameworks\CrewAI\learn-crewai> uv add crewai[tools]
Resolved 222 packages in 2.46s
× Failed to build
chroma-hnswlib==0.7.6
├─▶ The build backend returned an error
╰─▶ Call to
setuptools.build_meta.build_wheel
failed (exit code: 1)help: If you want to add the package regardless of the failed resolution, provide the
--frozen
flag to skip locking and syncing.Beta Was this translation helpful? Give feedback.
All reactions