Python安装chromadb报错(pip install chromadb)

243 阅读1分钟

1.报错:Building wheel for chroma-hnswlib (pyproject.toml) did not run successfully. image.png 原因:版本兼容性问题 解决方案:pip install chroma-hnswlib==0.7.5 chromadb==0.5.4