From bfea85d22cae470a31c7ab73001d316192021133 Mon Sep 17 00:00:00 2001 From: Henrique Branco <54143210+HenriqueAJNB@users.noreply.github.com> Date: Tue, 6 May 2025 10:55:05 -0300 Subject: [PATCH] docs: added Windows bug solving to docs (#2764) Co-authored-by: Tony Kipkemboi --- docs/installation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.mdx b/docs/installation.mdx index 7c1e09a3b..7a0c8f20c 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -71,6 +71,10 @@ If you haven't installed `uv` yet, follow **step 1** to quickly get it set up on ``` + + If you encounter the `chroma-hnswlib==0.7.6` build error (`fatal error C1083: Cannot open include file: 'float.h'`) on Windows, install (Visual Studio Build Tools)[https://visualstudio.microsoft.com/downloads/] with *Desktop development with C++*. + + - To verify that `crewai` is installed, run: ```shell uv tool list