Reputation: 3362
I tried following the instructions here: https://github.com/pgvector/pgvector#windows
The error message that I am getting is this:
ERROR: extension "vector" has no installation script nor update path for version "0.8.0" SQL state: 22023
Any suggestions? I am not sure what to do, has anyone else experienced this before?
Upvotes: 0
Views: 551
Reputation: 11
I had same issue on MAC. It was resolved by copying the vector-0.8.0.sql file into extension folder.
Command:
sudo cp /tmp/pgvector/sql/vector--0.8.0.sql /Library/PostgreSQL/17/share/postgresql/extension/
Upvotes: 1