Nathan Lauga
Nathan Lauga
Can you add more information ? Which python version do you use ? Is this linked to this error : https://github.com/huggingface/neuralcoref/issues/297 ?
Hey, I created a fix for this problem. It comes from the fact that `os.path.join` use backslashes instead of forward slashes. So I updated all `os.path.join` with replacing `'\\'` by...
I have the same problem. To install it anyway I installed `hnswlib` using conda command (`conda install hnswlib`) Then `pip install chromadb` worked just fine.
I'll fix that soon :)