brainiak-tutorials icon indicating copy to clipboard operation
brainiak-tutorials copied to clipboard

import error-vdc mask

Open pdemirayak opened this issue 1 year ago • 2 comments

ImportError Traceback (most recent call last) /scratch/local/ipykernel_188741/2146300536.py in 1 # load some helper functions ----> 2 from utils import load_vdc_mask, load_vdc_epi_data, load_vdc_masked_data 3 from utils import vdc_data_dir, vdc_all_ROIs, vdc_label_dict, vdc_n_runs, vdc_hrf_lag, vdc_TR, vdc_TRs_run # load some constants 4 5 get_ipython().run_line_magic('matplotlib', 'inline')

ImportError: cannot import name 'load_vdc_mask' from 'utils' (/home/pinarde/.conda/envs/venv/lib/python3.7/site-packages/utils/init.py)

pdemirayak avatar Apr 20 '23 16:04 pdemirayak

Hello, @pdemirayak. I transferred the issue to the tutorials repository, where the error is coming from.

I guess you are following the instructions in the 2nd part of the tutorials on data handling: https://brainiak.org/tutorials/02-data-handling/

Is that so? Have you followed the 1st part? Can you give more details about your environment?

mihaic avatar Apr 20 '23 16:04 mihaic

Hello, yes, I followed the instructions on step 1. It's giving the same error in step2 and 3. What do you need to know about the environment? Sorry, I am pretty new about Phyton.

pdemirayak avatar Apr 20 '23 17:04 pdemirayak