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
When attempting to install the embedchain library using the command pip install embedchain, the installation fails with an error. This issue prevents successful installation and usage of the library.
Steps to Reproduce:
Run the following command in a terminal:
pip install embedchain
Observe the error output in the terminal.
Expected Behavior:
The embedchain library should install without errors.
Actual Behavior:
Installation fails with the following error
System Information:
Operating System: Windows 10
Python Version: 3.13.1 via anaconda
Pip Version: 24.2
The text was updated successfully, but these errors were encountered:
Error logs specifies that Python package chroma-hnswlib require Microsoft Visual C++ 14.0 or greater.
This link should help: Microsoft Visual C++ 14.0 is required
Download Microsoft C++ Build Tools --> Run exe --> Check C++ build tools --> check MSVC v142 and Windows 10 SDK --> wait for installation to finish
Make sure the "MSVC v142 - VS 2019 C++ x64/x86 build tools" option is selected (or newer).
🐛 Describe the bug
When attempting to install the
embedchain
library using the commandpip install embedchain
, the installation fails with an error. This issue prevents successful installation and usage of the library.Steps to Reproduce:
Expected Behavior:
The
embedchain
library should install without errors.Actual Behavior:
Installation fails with the following error
System Information:
The text was updated successfully, but these errors were encountered: