Open ramBrain opened 1 year ago
I'm running into this same issue on Ubuntu 22.04 with R 4.2.2. It may be a similar problem as:
Dear Mark,
Thank you for this, it looks similar indeed.
I eventually opted for using a docker with LINDA and all needed working libraries.
Ramtin
Hi Ramtin,
Thanks for the heads up. I'll check it out
@ramBrain thanks for posting your solution. I have not pushed Docker builds for a while, did you use the latest docker version?
LINDA has not changed in long time, so whichever version you used is the same, I am asking just for other users what worked for you.
@dorianps For what it's worth, I was able to get LINDA to run on Ubuntu 22.04 without the ITK Transform Factory registration error by installing the ITKR, ANTsR (along with ANTsRCore) and LINDA via the neuroconductor source (https://johnmuschelli.com/neuroc/installing_ANTsR/index.html) from within R after first installing a older version of clang (v11.1.0-6) which is available in the ubuntu 22.04 repo. ANTsR had been failing to install with an incompatible compiler error from an ITK function. I installed clang-11, recompiled ITKR, ANTsRCore, ANTsR, then LINDA and was able to run LINDA with no error! It seems as though the root of the issue is that ITKR needs to be made compatible with the newer versions of clang (v14) which is the default in Ubuntu 22.04. Hope someone finds this helpful, thanks!
@ramBrain thanks for posting your solution. I have not pushed Docker builds for a while, did you use the latest docker version?
LINDA has not changed in long time, so whichever version you used is the same, I am asking just for other users what worked for you.
I used the latest version indeed, and worked smoothly
Dear all,
I am trying to run LINDA from R, but this is what happens:
I am on Ubuntu 22.04.1 LTS (under WSL2).
Any clue?
Thank you in advance, Ramtin