postgresql 在mac上安装pgvector扩展以支持postgres

ttisahbt  于 2023-06-29  发布在  PostgreSQL
关注(0)|答案(1)|浏览(591)

我试图在我的mac上安装postgres矢量扩展,但我得到
我是这么做的
按照github上的安装指南:”

ed /tmp cd pgvector
make
git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git
make install # may need sudo
eqoofvh9

eqoofvh91#

确保安装了Xcode命令行工具

xcode-select --install

相关问题