Solution02-无法安装chromadb包

180 阅读1分钟

执行 pip install chromadb 会安装到 python 3.13 的解释器, 在软件包点击安装会安装失败, 因此删除了一些之前没用的解释器, 为了确保不被导包浪费时间, 切换到 python 3.13 的解释器, 以后也在这安装。

做这个项目很烦, 不挂梯子好多包出问题, 挂了梯子 api 就连接超时。

下面是对应的版本, 安装最新版可能还会出问题 :

pip install langchain==0.0.352
pip install langchain-community==0.0.20
pip install langchain-core==0.1.23

如果安装上述文件之后 numpy 报错, 执行以下语句

pip uninstall numpy
pip install numpy