I am having trouble installing any of the Windows 64-bit PostgreSQL versions here: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
I keep getting the same error:
There has been an error.
Unknown error while running C:\Temp\postgresql_installer_1f29627219\getlocales.exe
Here is part of the Bitrock Installer error log:
[18:05:31] Using Service Name: postgresql-x64-9.3 Executing cscript //NoLogo "C:\Temp\postgresql_installer_1f29627219\prerun_checks.vbs" Script exit code: 0
Script output: The scripting host appears to be functional.
Script stderr:
Executing C:\Temp\postgresql_installer_1f29627219\vcredist_x64.exe /passive /norestart Script exit code: 0
Script output:
Script stderr:
Executing C:\Temp\postgresql_installer_1f29627219\getlocales.exe Script exit code:
Script output:
Script stderr:
Unknown error while running C:\Temp\postgresql_installer_1f29627219\getlocales.exe
For context, I am trying to install this so that I can access to the pg_config file which I need to install psycopg2 using Python. I currently have and use pgAdmin III v1.22 - I'm not sure if already having pgAdmin III is part of why I cannot install the PostgreSQL files from the site above.