schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

Failed to download resource "pymol_bottle_manifest" #238

Closed structuralcbh closed 2 years ago

structuralcbh commented 2 years ago

Hello,

An error reported when I was trying to install pymol via Homebrew (brew install brewsci/bio/pymol).

Downloading https://ghcr.io/v2/brewsci/bio/pymol/manifests/2.5.0_1 curl: (22) The requested URL returned error: 404

Error: pymol: Failed to download resource "pymol_bottle_manifest" Download failed: https://ghcr.io/v2/brewsci/bio/pymol/manifests/2.5.0_1

Anyone knows what's wrong?

Thanks a lot.

ahmedaq commented 2 years ago

Hi, I am facing the same problem on my MacBook Pro (with Monterey 12.4). Any solution for this will be highly appreciated.

lbj70 commented 2 years ago

me too - same problem

structuralcbh commented 2 years ago

Try MacPorts. I was able to install it via it.

ahmedaq commented 2 years ago

Thanks a heap structuralcbh! Installing by MacPorts took some time but it worked!

Briefly, the procedure is:

  1. Download MacPorts for your Mac from https://www.macports.org/install.php https://www.macports.org/install.php
  2. Install it
  3. Add MacPorts to your path by running the following command in the Terminal: export PATH=/opt/local/bin:/opt/local/sbin:$PATH
  4. Install pymol using MacPorts using the following command in the Terminal: sudo port install pymol

Hope this is helpful for all who are having difficulty in installing pymol on Mac.

-- Ahmed

On 20 Jun 2022, at 10:56 PM, structuralcbh @.***> wrote:

Try MacPorts. I was able to install it via it.

— Reply to this email directly, view it on GitHub https://github.com/schrodinger/pymol-open-source/issues/238#issuecomment-1160550612, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMQMGNKBWESGAUB4PJHSI3VQCBBRANCNFSM5YVZUQYQ. You are receiving this because you commented.

lucblassel commented 2 years ago

Same error, on macos monterey. I was also able to install it with macports but it would be better if the URL was fixed so homebrew works.

JarrettSJohnson commented 2 years ago

Hello all. We do not maintain the homebrew PyMOL package. The best place would be to let the maintainers of that package know, and it looks like there's a ticket and workaround for this already: https://github.com/brewsci/homebrew-bio/issues/1557

So for now, I'll close this issue since this is out of our purview.