nipy / nipype

Workflows and interfaces for neuroimaging packages
https://nipype.readthedocs.org/en/latest/
Other
750 stars 530 forks source link

Must Obtain Valid Freesurfer License #3664

Open JBarsotti opened 3 months ago

JBarsotti commented 3 months ago

Summary

I'm trying to run the commands

ft = EulerNumber()
ft.inputs.in_file = "path_to_my_file"
ft.run()

Actual behavior

I get an error: ERROR: Invalid FreeSurfer license key found in license file /home/ebarsotti/LSS/MRRCdata/Programs/FreeSurfer5.3/freesurfer/license.txt

I have a license and a license.txt file located in the FreeSurfer home directory, so I'm not really sure what is happening. Any ideas?

effigies commented 17 hours ago

If you run mris_euler_number from the same location you run your nipype script, what happens?