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