AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
December 16, 2020 07:10PM
Hi everyone,

I recently went 3 times through installing AFNI on Ubuntu 18.04 on WSL1 on Windows 10, and each time I run into a problem with installing brms, which was not solved by the suggested solution, i.e.:
sudo add-apt-repository -y "ppa:marutter/rrutter3.5"
sudo add-apt-repository -y "ppa:marutter/c2d4u3.5"

sudo apt update

sudo apt install -y r-cran-rstan r-cran-shinystan r-cran-brms

Somehow (I am a Windows person and most of the time I have no idea what I am doing in Linux) I figured the problem was with r-cran-v8 and/or libnode64.

After some googling, I found a solution that worked for me, so I thought I would share.

Again, I am a Windows person who has no idea what they are doing, so I refuse to take any responsibility if this fries your computer or in the future places all your activations in the ventricles.

sudo add-apt-repository ppa:cran/v8
sudo apt-get update
sudo apt-get install libnode-dev

which I then followed by
sudo apt install r-cran-rstan
sudo apt install r-cran-shinystan
sudo apt install r-cran-brms
I did them separately to better see if I am running into problems, and if yes, where.

There were no problems, and afni_system_check.py was happy, and afni and suma started.

So here you have it, my contribution to the community, again - no responsibility. Did I say I don't know what I am doing?



Edited 1 time(s). Last edit at 12/16/2020 11:07PM by Pawel.
Subject Author Posted

(possible) solution to install brms on Ubuntu 18.04 on WSL

discoraj November 06, 2019 10:56AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Doughboys November 15, 2019 06:14PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor November 15, 2019 10:29PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Doughboys November 18, 2019 08:41AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL Attachments

gerard.campbell@strath.ac.uk February 26, 2020 03:49AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor February 26, 2020 08:08AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

gerard.campbell@strath.ac.uk February 27, 2020 03:11AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

ptaylor February 27, 2020 07:28AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Pawel December 16, 2020 07:10PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

bgoeckner February 24, 2021 03:20PM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 12:53AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 12:54AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

Pawel September 14, 2021 12:25AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

xy497 September 11, 2021 01:26AM

Re: (possible) solution to install brms on Ubuntu 18.04 on WSL

gang December 18, 2020 08:40AM