Skip to Content
0
Aug 10, 2023 at 09:23 AM

Issue with CROMADB package in BAS(Business Application Studio) in BTP

224 Views Last edit Aug 10, 2023 at 11:31 AM 2 rev

Hi Experts,

I am doing one project in Python where we need to install few packages, all other packages are installed as required but chromadb package have some dependency so not able to install via command pip install chromadb.

getting below error --

""RuntimeError: Unsupported compiler -- at least C++11 support is needed!

----------------------------------------

ERROR: Failed building wheel for hnswlib

Failed to build hnswlib

ERROR: Could not build wheels for hnswlib which use PEP 517 and cannot be installed directly "

After doing analysis I found that its because Visual C++ build tools there is some dependency, so can any one guide how to install CPP Build Tools, I tried to install various extensions but all vain.

Any suggestion solution is appreciated.

Regards,

Abhijeet Kankani