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  

|
March 17, 2022 05:32PM
Consider installing miniconda to manage python and other software for you. On my M1 Mac, I do have python installed by default in /usr/bin. It's version 2.7.18 on a Mac with 12.2.1 (Monterey) that is just a symbolic link to the system library framework version. The instructions are shown below for conda.

https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/miniconda.html#install-miniconda


% which python
/Users/dglen/miniforge3/envs/py39_afni_tiny/bin/python
dglen@Brians-MacBook-Air python_scripts % conda
% where python
/Users/dglen/miniforge3/envs/py39_afni_tiny/bin/python
/usr/bin/python
% /usr/bin/python --version
Python 2.7.18
% ls -l /usr/bin/python
lrwxr-xr-x 1 root wheel 75 Feb 6 16:22 /usr/bin/python -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
% file /usr/bin/python
/usr/bin/python: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e:Mach-O 64-bit executable arm64e]
/usr/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/bin/python (for architecture arm64e): Mach-O 64-bit executable arm64e
Subject Author Posted

Strange Error: align_epi_anat.py

s1110a March 03, 2022 06:27PM

Re: Strange Error: align_epi_anat.py

rick reynolds March 03, 2022 07:42PM

Re: Strange Error: align_epi_anat.py

s1110a March 03, 2022 07:57PM

Re: Strange Error: align_epi_anat.py

rick reynolds March 04, 2022 12:01AM

Re: Strange Error: align_epi_anat.py

flanagj March 16, 2022 03:10PM

Re: Strange Error: align_epi_anat.py

ptaylor March 17, 2022 01:46PM

Re: Strange Error: align_epi_anat.py

flanagj March 17, 2022 02:28PM

Re: Strange Error: align_epi_anat.py

ptaylor March 17, 2022 02:33PM

Re: Strange Error: align_epi_anat.py

flanagj March 17, 2022 03:38PM

Re: Strange Error: align_epi_anat.py

Daniel Glen March 17, 2022 05:32PM

Re: Strange Error: align_epi_anat.py

flanagj March 17, 2022 06:13PM

Re: Strange Error: align_epi_anat.py

rick reynolds March 20, 2022 07:55PM

Re: Strange Error: align_epi_anat.py

flanagj March 21, 2022 10:49PM

Re: Strange Error: align_epi_anat.py

s1110a March 24, 2022 04:49PM

Re: Strange Error: align_epi_anat.py

rick reynolds March 25, 2022 10:01AM