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
Got the following error when trying to install pgadmin on Windows 10 and cmd
>scoop install pgadmin4-np
WARN Scoop uses 'aria2c' for multi-connection downloads.
WARN Should it cause issues, run 'scoop config aria2-enabled false' to disable it.
WARN To disable this warning, run 'scoop config aria2-warning-enabled false'.
Installing 'pgadmin4-np' (4.29) [64bit]
Starting download with aria2 ...
Download: 06/08 23:21:25 [ERROR] CUID#8 - Download aborted. URI=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/wiDownload: Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windDownload: Download Results:
Download: gid |stat|avg speed |path/URI
Download: ======+====+===========+=======================================================
Download: 62a70f|ERR | 0B/s|C:/Users/Daniel/scoop/cache/pgadmin4-np#4.29#https_ftp.postgresql.org_pub_pgadmin_pgadmin4_v4.29_windows_pgadmin4-4.29-x86.exe
Download: Status Legend:
Download: (ERR):error occurred.
Download: aria2 will resume download if the transfer is restarted.
Download: If there are any errors, then see the log file. See '-l' option in help/man page for details.
ERROR Download failed! (Error 3) Resource was not found
ERROR https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windows/pgadmin4-4.29-x86.exe
referer=https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windows/
dir=C:\Users\Daniel\scoop\cache
out=pgadmin4-np#4.29#https_ftp.postgresql.org_pub_pgadmin_pgadmin4_v4.29_windows_pgadmin4-4.29-x86.exe
ERROR & 'C:\Users\Daniel\scoop\apps\aria2\current\aria2c.exe' --input-file='C:\Users\Daniel\scoop\cache\pgadmin4-np.txt' --user-agent='Scoop/1.0 (+http://scoop.sh/) PowerShell/5.1 (Windows NT 10.0; Win64; x64; Desktop)' --allow-overwrite=true --auto-file-renaming=false --retry-wait=2 --split=5 --max-connection-per-server=5 --min-split-size=5M --console-log-level=warn --enable-color=false --no-conf=true --follow-metalink=true --metalink-preferred-protocol=https --min-tls-version=TLSv1.2 --stop-with-process=23996 --continue --summary-interval=0 --auto-save-interval=1
The text was updated successfully, but these errors were encountered:
I’m not sure when this changed exactly, but it looks like the current version is 4.30 and it’s only available as a 64-bit binary. I was able to get it to work by changing autoupdate.url to https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$version/windows/pgadmin4-$version-x64.exe and running checkver.ps1 pgadmin4-np -u '4.30', which updated it for me locally and allowed me to install the application.
EDIT:
Well, the newest version is 7.4, so this would appear to be far out of date.
Got the following error when trying to install pgadmin on Windows 10 and cmd
The text was updated successfully, but these errors were encountered: