Open pdurbin opened 6 months ago
https://stackoverflow.com/questions/11618898/pg-config-executable-not-found says I should be able to get it from the postgresql-devel
package, but:
[root@ip-172-31-8-57 ~]# yum install postgresql-devel
Last metadata expiration check: 0:41:39 ago on Thu 16 May 2024 03:02:23 PM UTC.
Error:
Problem: cannot install the best candidate for the job
- nothing provides perl(IPC::Run) needed by postgresql16-devel-16.3-1PGDG.rhel8.x86_64 from pgdg16
- nothing provides perl(IPC::Run) needed by postgresql15-devel-15.7-1PGDG.rhel8.x86_64 from pgdg15
- nothing provides perl(IPC::Run) needed by postgresql14-devel-14.12-1PGDG.rhel8.x86_64 from pgdg14
- nothing provides perl(IPC::Run) needed by postgresql13-devel-13.15-1PGDG.rhel8.x86_64 from pgdg13
- nothing provides perl(IPC::Run) needed by postgresql12-devel-12.19-1PGDG.rhel8.x86_64 from pgdg12
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@ip-172-31-8-57 ~]#
Oh. The python3-psycopg2
RPM is already installed. Maybe I'm all set?
I'm getting "Couldn't create database or database already exists" but I'm not sure why.
performing database setup
Admin database connectivity succeeds.
PostgreSQL version: 13
Couldn't create database or database already exists.
I started following https://guides.dataverse.org/en/6.2/_downloads/71f100f4398dbdc9b2d388ffdc251da2/README_python.txt but decide to use the version with venv instead at https://guides.dataverse.org/en/6.2/developers/classic-dev-env.html#run-the-dataverse-software-installer-script
However, there's an error: