vector-cookbook icon indicating copy to clipboard operation
vector-cookbook copied to clipboard

not finding extension

Open AssetOverflow opened this issue 2 years ago • 1 comments

running timescale/timescaledb-ha:pg15-latest tried pg14-latest and got the same issue. confirmed that all python packages got install via -r requirements.txt install.. ummm..

Error code: FeatureNotSupported: extension "vector" is not available DETAIL: Could not open extension control file "/usr/share/postgresql/15/extension/vector.control": No such file or directory. HINT: The extension must first be installed on the system where PostgreSQL is running.


this was also AFTER fixing the semi-colon placement near vector"); <--


what else...

I am not using the postgres user or the postgres db (but not sure why this would matter much)... I am running docker desktop on Windows 11 Pro OS currently, but also tried it on my Macbook Pro (M1 Pro)

AssetOverflow avatar Jun 24 '23 07:06 AssetOverflow

Same problem here is there a fix ?

Nordpolar avatar Aug 15 '23 10:08 Nordpolar