My apologies, I must not have understood. Thank you for your continued help.
Here is the output:
afni_system_check.py -check_all
-------------------------------- general ---------------------------------
architecture: 64bit
cpu type: i386
system: Darwin
release: 23.4.0
version: Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:31 PST 2024; root:xnu-10063.101.15~2/RELEASE_X86_64
distribution: 14.4
number of CPUs: 6
apparent login shell: bash
shell RC file: .bashrc (exists)
--------------------- AFNI and related program tests ---------------------
which afni :
:
AFNI_version.txt : AFNI_24.1.16, anyos_text, May 30 2024, local
which python : /usr/local/opt/python/libexec/bin/python
python version : 3.12.3
which R : /usr/local/bin/R
R version : R version 4.3.1 (x86_64-apple-darwin20)
instances of various programs found in PATH:
afni : 0
R : 1 (/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/bin/R)
python : 1 (/usr/local/Cellar/python@3.12/3.12.3/Frameworks/Python.framework/Versions/3.12/bin/python3.12)
python2 : 0
python3 : 2
/usr/local/Cellar/python@3.12/3.12.3/Frameworks/Python.framework/Versions/3.12/bin/python3.12
/usr/bin/python3
** have python3 but not python2
testing ability to start various programs...
afni : FAILURE
/bin/sh: afni: command not found
suma : FAILURE
/bin/sh: suma: command not found
3dSkullStrip : FAILURE
/bin/sh: 3dSkullStrip: command not found
3dAllineate : FAILURE
/bin/sh: 3dAllineate: command not found
3dRSFC : FAILURE
/bin/sh: 3dRSFC: command not found
SurfMesh : FAILURE
/bin/sh: SurfMesh: command not found
3dClustSim : FAILURE
/bin/sh: 3dClustSim: command not found
uber_subject.py : success
3dMVM : FAILURE
setenv: Too many arguments.
------------------------ dependent program tests -------------------------
checking for dependent programs...
which tcsh : /bin/tcsh
tcsh version : 6.21.00
which Xvfb : /opt/X11/bin/Xvfb
checking for R packages...
rPkgsInstall -pkgs ALL -check : FAILURE
setenv: Too many arguments.
R RHOME : /Library/Frameworks/R.framework/Resources
------------------------------ python libs -------------------------------
** failed to load module matplotlib.pyplot
-- matplotlib.pyplot is required
** failed to load module flask
-- flask is not required, but is desirable
** failed to load module flask_cors
-- flask_cors is not required, but is desirable
-- python binaries under /usr/local/bin:
/usr/local/bin/python3 (sym link to /usr/local/Cellar/python@3.12/3.12.3/Frameworks/Python.framework/Versions/3.12/bin/python3.12)
/usr/local/bin/python3.9 (sym link to /usr/local/Cellar/python@3.9/3.9.19/Frameworks/Python.framework/Versions/3.9/bin/python3.9)
-------------------------------- env vars --------------------------------
PATH = /usr/local/bin:/usr/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/usr/local/laps:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/uqhdemp1/abin:/usr/local/opt/python/libexec/bin:/usr/local/opt/python/libexec/bin
PYTHONPATH =
R_LIBS = /Users/uqhdemp1/sw/R-4.3.1
LD_LIBRARY_PATH =
DYLD_LIBRARY_PATH (sub-shell) = :/opt/X11/lib/flat_namespace:/opt/X11/lib/flat_namespace
DYLD_FALLBACK_LIBRARY_PATH (sub-shell) =
CONDA_SHLVL =
CONDA_DEFAULT_ENV =
----------------------------- eval dot files -----------------------------
----------- AFNI $HOME files -----------
.afnirc : found
.sumarc : found
.afni/help/all_progs.COMP : found
--------- shell startup files ----------
-- good: .tcshrc seems to contain 'source .cshrc'
-- considered operations: path, apsearch
-- note: followers should not need edits, so edit flags should be 0
(have 1 follower(s), which can be ignored)
no modifications needed across 3 dot files
------------------------------ data checks -------------------------------
data dir : missing AFNI_data6
data dir : missing AFNI_demos
data dir : missing suma_demo
data dir : missing afni_handouts
atlas : did not find TT_N27+tlrc
------------------------------ OS specific -------------------------------
XQuartz version : 2.8.5
which brew : /usr/local/bin/brew
brew version : Homebrew 4.3.3
** bad link /usr/local/lib/libgomp.1.dylib, probably to old version
--> points to missing /usr/local/Cellar/gcc/10.2.0_2/lib/gcc/10/libgomp.1.dylib
--> consider instead: /usr/local/Cellar/gcc/14.1.0/lib/gcc/current/libgomp.1.dylib
for example:
rm -f /usr/local/lib/libgomp.1.dylib
ln -s /usr/local/Cellar/gcc/14.1.0/lib/gcc/current/libgomp.1.dylib /usr/local/lib/libgomp.1.dylib
** consider fixing link /usr/local/lib/libgomp.1.dylib
to point to /usr/local/Cellar/gcc/14.1.0/lib/gcc/current/libgomp.1.dylib
++ found valid link /usr/local/lib/libglib-2.0.dylib
to ../Cellar/glib/2.80.2/lib/libglib-2.0.dylib
========================= summary, please fix: =========================
- just be aware: login shell 'bash', but our code examples use 'tcsh'
- missing program: afni
- failure under initial "AFNI and related program tests"
- AFNI programs show FAILURE
- missing R packages (see rPkgsInstall)
- python library matplotlib is required
(see AFNI install docs for details)
- insufficient data for AFNI bootcamp
(see "Prepare for Bootcamp" on install pages)
- possibly missing atlases
- consider fixing link /usr/local/lib/libgomp.1.dylib
to point to /usr/local/Cellar/gcc/14.1.0/lib/gcc/current/libgomp.1.dylib