nipype icon indicating copy to clipboard operation
nipype copied to clipboard

Getting Error: OSError: No command "List_To_Net.exe"

Open balandongiv opened this issue 3 years ago • 0 comments

When running the tutorial, the compiler return the following error

RuntimeError: Workflow did not execute cleanly. Check log for details
210818-01:18:44,747 nipype.workflow INFO:
	 ***********************************
210818-01:18:44,748 nipype.workflow ERROR:
	 could not run node: graph_analysis.graph_den_pipe_den_0_05.prep_rada.a0
210818-01:18:44,748 nipype.workflow INFO:
	 crashfile: /home/cisir2/Documents/rpb/driving_eeg_graph_theory/src_code/crash-20210818-011842-cisir2-prep_rada.a0-8daddd78-7be8-4af3-8d15-fb29ec1769af.pklz
210818-01:18:44,748 nipype.workflow ERROR:
	 could not run node: graph_analysis.graph_den_pipe_den_0_05.prep_rada.a1
210818-01:18:44,748 nipype.workflow INFO:
	 crashfile: /home/cisir2/Documents/rpb/driving_eeg_graph_theory/src_code/crash-20210818-011842-cisir2-prep_rada.a1-e9758268-ee46-4863-910e-48dd60f6679f.pklz
210818-01:18:44,748 nipype.workflow INFO:
	 ***********************************

Upon further investigation, I found this issue raised by

https://github.com/nipy/nipype/blob/7080ef9edd0fe095323a90b0b77be7a0b73824a5/nipype/interfaces/base/core.py#L731

raise IOError( OSError: No command "List_To_Net.exe" found on host cisir2. Please check that the corresponding package is installed.

Quick search on the net with the keyword List_To_Net.exe return nothing

May I how to solve this issue?

Some of the setup Ubuntu 16.04 radatools-5.2-linux64

Python 3.9

bctpy==0.5.2 certifi==2021.5.30 charset-normalizer==2.0.4 ci-info==0.2.0 click==8.0.1 cycler==0.10.0 ephypype @ git+https://github.com/neuropycon/ephypype.git@976f66e640b5f0ffc1a7be77c2c0f0db79c61554 etelemetry==0.2.2 filelock==3.0.12 freetype-py==2.2.0 graphpype @ git+https://github.com/balandongiv/graphpype.git@7bce7c7b78793adcea6758d8e1355bb8ccb3558d h5py==3.3.0 hsluv==5.0.2 idna==3.2 isodate==0.6.0 kiwisolver==1.3.1 lxml==4.6.3 matplotlib==3.4.3 mne @ https://github.com/mne-tools/mne-python/archive/main.zip networkx==2.6.2 nibabel==3.2.1 nipype @ git+https://github.com/nipy/nipype.git@7080ef9edd0fe095323a90b0b77be7a0b73824a5 numpy==1.21.2 packaging==21.0

pandas

Snap 2021-08-18 at 01 22 39

balandongiv avatar Aug 17 '21 17:08 balandongiv