1

I am trying to install the open-source version of PyMOL on a mac through the Homebrew package manager as recommended on the official website: https://pymolwiki.org/index.php/MAC_Install#Open-Source_PyMOL.

During the installation process, Homebrew upgrades the pango dependency from 1.46.1 to 1.46.2, removes the old version, and then throws an error while checking for it.

Any ideas where this error is coming from? And how to fix it?

Error: No such file or directory - /usr/local/Cellar/pango/1.46.1

4

2 に答える 2

0

私も同じエラーを受け取りました: エラー: /usr/local/Cellar/libusbmuxd/HEAD-3eb50a0 はディレクトリではありません。実行後にこのエラーを受け取りました: ~ brew update ~ brew outdated

実行するだけです: ~ brew install pango
(Pango は i18n テキストのレイアウトとレンダリングのためのフレームワークです)

アップグレードを実行する前に、Apple コマンド ライン ツールも更新されていることを確認してください。

それから私は実行することができました: ~ brew upgrade

すべてがエラーなしで正常に更新されました。ルビーを更新する必要はまったくありませんでした。

于 2022-02-01T23:23:54.177 に答える