You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
I am following the official local installation instructions. I am receiving an error on this line:
psql -U postgres -d dataservices_db -c "BEGIN;CREATE EXTENSION IF NOT EXISTS cdb_dataservices_server; COMMIT" -e
It produces the following error:
ERROR: required extension "plpythonu" is not installed
I have installed postgresql-plpython-9.5 but I am still getting this error and cannot move past this part of the installation. I have followed all the official install instructions until this point and have a working carto dashboard/installation but my builder functionality is not working and I am trying to install dataservices-api to fix it. I also found someone else asking the same question on Google Groups in August 2017 which is still unsolved.