rstan icon indicating copy to clipboard operation
rstan copied to clipboard

404 Not Found Error with ppa:marutter/c2d4u3.5

Open joacorapela opened this issue 5 years ago • 3 comments

Summary:

When trying to install rstan and running sudo add-apt-repository -y "ppa:marutter/c2d4u3.5" I get

Err:7 http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80] E: The repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release' does not have a Release file.

R Version:

R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"

Operating System:

Description: Ubuntu 20.04.1 LTS

joacorapela avatar Dec 12 '20 12:12 joacorapela

Hi @joacorapela sorry you're running into trouble. It looks like maybe that repository isn't available for your Ubuntu version but I'm really not sure (I don't use Ubuntu myself and rarely use linux). @bgoodri or @andrjohns Any ideas?

In the meantime you could try installing RStan from source: https://github.com/stan-dev/rstan/wiki/Installing-RStan-from-Source#linux

jgabry avatar Dec 13 '20 17:12 jgabry

For Ubuntu 20.04.1 LTS, I don't think you need to add any repositories:

https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=r-cran-rstan&searchon=names

On Sun, Dec 13, 2020 at 12:58 PM Jonah Gabry [email protected] wrote:

Hi @joacorapela https://github.com/joacorapela sorry you're running into trouble. It looks like maybe that repository isn't available for your Ubuntu version but I'm really not sure (I don't use Ubuntu myself and rarely use linux). @bgoodri https://github.com/bgoodri or @andrjohns https://github.com/andrjohns Any ideas?

In the meantime you could try installing RStan from source: https://github.com/stan-dev/rstan/wiki/Installing-RStan-from-Source#linux

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stan-dev/rstan/issues/884#issuecomment-744044597, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZ2XKSXCSTTB5KA5W44IG3SUT6CRANCNFSM4UYDJGKQ .

bgoodri avatar Dec 13 '20 18:12 bgoodri

I ran into this issue as well while using R 4.1.1 on Ubuntu LTS 20.04. I ended up solving my issue by following the instructions on the R documentation. Importantly, I had to run add-apt-repository ppa:c2d4u.team/c2d4u4.0+ before I could install r-cran-rstan without errors.

winni2k avatar Aug 13 '21 09:08 winni2k