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
Running pgcli on macOS with Python 3.13.0 runs a bouncing icon in the Dock for the entire duration of the session (until you exit pgcli). It seems the import setproctitle in main.py is causing this first.
Your environment
I am using macOS 15.1 (24B83), with Python 3.13.0 (installer from python.org) and pgcli 4.1.0
which has a PR to fix it (I tested it and it works).
The fix is essentially programatically setting Info.plist flags. Unfortunately, changing Info.plist is not a possibility for python itself, due to signature checks.
Description
Running pgcli on macOS with Python 3.13.0 runs a bouncing icon in the Dock for the entire duration of the session (until you exit pgcli). It seems the
import setproctitle
inmain.py
is causing this first.Your environment
I am using macOS 15.1 (24B83), with Python 3.13.0 (installer from python.org) and pgcli 4.1.0
pip freeze
output:The text was updated successfully, but these errors were encountered: