Debug
    pgAdmin4 无法打开记录,搜索未找到答案。
    从安装后产生的文档,installation-notes 中找到pgAdmin4.x 会在 BigSur 下出现错误,需要设置变量:
    image.png
    QT应该是一个跨平台的GUI框架,看到有在python中设置的案例,尝试修改:
    image.png
    看着像临时的,感觉没什么意义,设置环境变量:
    image.png
    mac隐藏Library显示
    image.png
    找到 uninstall 重头再来一次
    homebrew 安装,失败,需要重置,估计是之前系统更新导致的:
    image.png
    又被墙了,换源:

    1. $ cd /usr/local/Homebrew
    2. $ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
    3. $ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
    4. $ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
    5. $ brew update

    home brew恢复留存:

    1. $ cd "$(brew --repo)"
    2. $ git remote set-url origin https://github.com/Homebrew/brew.git
    3. $ cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
    4. $ git remote set-url origin https://github.com/Homebrew/homebrew-core
    5. $ brew update

    同样的难受
    image.png
    安装最新的pgAdmin可以摆脱Qt问题:
    image.png