-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pip install crewai due to bug with compile chroma-hnswlib / Windows 11 latest WSL2 (TLDR: Old chroma db version) #897
Comments
Looking into the poetry lock it looks like you are a couple of versions behind their LTS. You have 0.7.3 vs current 0.7.5. |
And that looks to be the dependency of ChromaDB sitting at version 0.4.24 with the latest version a full major version ahead (0.5.3). So yeah if yall could just update your foundational vector layer for me... that'd be great. /s I'm not sure how to proceed at this point. Any help would be appreciated. |
What version of crewai are you using? |
Latest
…On Wed, Jul 10, 2024, 12:33 AM Rip&Tear ***@***.***> wrote:
What version of crewai are you using?
—
Reply to this email directly, view it on GitHub
<#897 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADUQUGNAUFILBSHI6NVNTZLTBTXAVCNFSM6AAAAABKRHRYJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGU4TSNJQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
try: |
I use a Mac. Before installation, I set For Unix-based systems (macOS, Linux): export HNSWLIB_NO_NATIVE=1 For Windows: set HNSWLIB_NO_NATIVE=1 Give it a try and see if it works for you! |
This helped on windows installation. |
I am running into some significant issues installing the latest version using
pip install
on an Windows + WSL2 ubuntu 22.04.2 LTSThe text was updated successfully, but these errors were encountered: