Python安装chromadb报错(pip install chromadb) 马力_厦门 2025-03-11 243 阅读1分钟 1.报错:Building wheel for chroma-hnswlib (pyproject.toml) did not run successfully. 原因:版本兼容性问题 解决方案:pip install chroma-hnswlib==0.7.5 chromadb==0.5.4