(see also #10110 describing same symptoms on Ubuntu machine),
pgAdmin 4 Version 9.16 Startup Failure on macOS Intel
Environment
Hardware: 2019 iMac (Intel x86_64)
Operating System:
macOS 15.7.7 (Sequoia)
Working Version:
pgAdmin 4 v9.15
Version Details:
- Version: 9.15
- Commit: 86a8b16 (2026-05-06)
- Python: 3.13.13
- Electron: 42.0.0
Failing Version:
pgAdmin 4 v9.16
Installations Tested:
- Homebrew Cask installation
- Official pgAdmin installer download
Installer Filename:
pgadmin4-9.16-x64.dmg
Issue Summary
After installing pgAdmin 4 v9.16, the splash screen appears and displays:
"Waiting for pgAdmin 4 to start"
The application never progresses beyond the splash screen.
The same behavior occurs whether v9.16 is installed via Homebrew or from the official x64 DMG installer.
Troubleshooting Performed
- Verified no existing pgAdmin processes were running.
- Reinstalled OpenSSL via Homebrew.
- Removed pgAdmin lock files and restarted.
- Tested both Homebrew and direct-download installations of v9.16.
- Reinstalled pgAdmin 4 v9.15.
Result:
v9.15 starts and operates normally on the same system.
Error Observed in pgAdmin 9.16 Log
Traceback (most recent call last):
ImportError: dlopen(...cryptography/hazmat/bindings/_rust.abi3.so...)
Library not loaded:
/usr/local/opt/openssl@3/lib/libssl.3.dylib
Reason:
mapping process and mapped file (non-platform) have different Team IDs
Additional Notes
This issue appears specific to v9.16. Reinstalling v9.15 immediately restored normal operation without any other system changes.
I am submitting this report for informational purposes. Unfortunately, I do not have the expertise to assist further with debugging or code changes, but I wanted to document a reproducible startup failure affecting an Intel-based macOS system.
(see also #10110 describing same symptoms on Ubuntu machine),
pgAdmin 4 Version 9.16 Startup Failure on macOS Intel
Environment
Hardware: 2019 iMac (Intel x86_64)
Operating System:
macOS 15.7.7 (Sequoia)
Working Version:
pgAdmin 4 v9.15
Version Details:
Failing Version:
pgAdmin 4 v9.16
Installations Tested:
Installer Filename:
pgadmin4-9.16-x64.dmg
Issue Summary
After installing pgAdmin 4 v9.16, the splash screen appears and displays:
"Waiting for pgAdmin 4 to start"
The application never progresses beyond the splash screen.
The same behavior occurs whether v9.16 is installed via Homebrew or from the official x64 DMG installer.
Troubleshooting Performed
Result:
v9.15 starts and operates normally on the same system.
Error Observed in pgAdmin 9.16 Log
Traceback (most recent call last):
ImportError: dlopen(...cryptography/hazmat/bindings/_rust.abi3.so...)
Library not loaded:
/usr/local/opt/openssl@3/lib/libssl.3.dylib
Reason:
mapping process and mapped file (non-platform) have different Team IDs
Additional Notes
This issue appears specific to v9.16. Reinstalling v9.15 immediately restored normal operation without any other system changes.
I am submitting this report for informational purposes. Unfortunately, I do not have the expertise to assist further with debugging or code changes, but I wanted to document a reproducible startup failure affecting an Intel-based macOS system.