Replies: 2 comments
-
Hi @cscrum, that does sounds strange! What version of ubuntu are you running? What is the output of the command How did you install h3? Did you also build it manually using CMake? Or did you only use pgxn? If you have multiple postgres installations you might have to provide the |
Beta Was this translation helpful? Give feedback.
0 replies
-
you need to add the extension for each database.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built the extension using your guide and run pgxn install h3 and that seemed to go fine.
I'm getting this error when trying to load the extension using pgxn load h3 :
INFO: best version: h3 4.1.2
ERROR: extension "h3" already exists
ERROR: required extension "postgis" is not installed
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
I definitely have postgis installed as I've been using it for more than 2 years. I installed postgis from the CLI within postgres, but just for kicks I installed it again using apt. That went fine as well. Any tips here on how to get the h3 loaded?
Beta Was this translation helpful? Give feedback.
All reactions