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
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.
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)
The text was updated successfully, but these errors were encountered: