You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when trying to run fsl_topup_epi_eddy. I am using Python 3.10, and have FSL v6.0.4. I see that eddy_openmp is not located in fsl/usr/bin; it seems that it is no longer present in newer versions of FSL. Is there a work around? We are using a Macbook. The error is below as well.
I see that eddy_openmp is not located in fsl/usr/bin; it seems that it is no longer present in newer versions of FSL
Katie, this cannot be right. Locate the actual binary directory and do ls eddy_*. You will see all eddy commands there. Our binary directory is where_you_installed_fsl/bin/ on 6.0.6--which is more advanced than yours. There is no usr/ in between.
Hi there,
I get an error when trying to run fsl_topup_epi_eddy. I am using Python 3.10, and have FSL v6.0.4. I see that eddy_openmp is not located in fsl/usr/bin; it seems that it is no longer present in newer versions of FSL. Is there a work around? We are using a Macbook. The error is below as well.
Thanks!
(pnlpipe3) phillipslab@Phillipss-MacBook-Pro test % fsl_topup_epi_eddy --imain sub-TRD027_ses-01_desc-Xc_dwi.nii.gz,sub-TRD027_ses-01_desc-Xc_dwi_PA.nii.gz --bvals sub-TRD027_ses-01_desc-Xc_dwi.bval --bvecs sub-TRD027_ses-01_desc-Xc_dwi.bvec --numb0 -1 --whichVol 1,2 --acqp acqp.txt --config eddy_config.txt --out ./fsltopupeddy
Traceback (most recent call last):
File "/Users/phillipslab/pnlNipype/exec/fsl_topup_epi_eddy", line 572, in
File "/Users/phillipslab/fsl/lib/python3.10/site-packages/plumbum/cli/application.py", line 633, in run
File "/Users/phillipslab/pnlNipype/exec/fsl_topup_epi_eddy", line 131, in main
ImportError: cannot import name 'eddy_openmp' from 'plumbum.cmd' (/Users/phillipslab/fsl/lib/python3.10/site-packages/plumbum/cmd.py)
(pnlpipe3) phillipslab@Phillipss-MacBook-Pro test % export PATH=//Users/phillipslab/fsl/bin/eddy_openmp:$PATH
(pnlpipe3) phillipslab@Phillipss-MacBook-Pro test % fsl_topup_epi_eddy --imain sub-TRD027_ses-01_desc-Xc_dwi.nii.gz,sub-TRD027_ses-01_desc-Xc_dwi_PA.nii.gz --bvals sub-TRD027_ses-01_desc-Xc_dwi.bval --bvecs sub-TRD027_ses-01_desc-Xc_dwi.bvec --numb0 -1 --whichVol 1,2 --acqp acqp.txt --config eddy_config.txt --out ./fsltopupeddy
Traceback (most recent call last):
File "/Users/phillipslab/pnlNipype/exec/fsl_topup_epi_eddy", line 572, in
File "/Users/phillipslab/fsl/lib/python3.10/site-packages/plumbum/cli/application.py", line 633, in run
File "/Users/phillipslab/pnlNipype/exec/fsl_topup_epi_eddy", line 131, in main
ImportError: cannot import name 'eddy_openmp' from 'plumbum.cmd' (/Users/phillipslab/fsl/lib/python3.10/site-packages/plumbum/cmd.py)
The text was updated successfully, but these errors were encountered: