-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
- osl install instructions, https://raw.githubusercontent.com/OHBA-analysis/osl/main/envs/linux-full.yml, conda would stuck at solving dependencies; remove the version limit for pip, vtk and pyvista is recommended, as directly running
conda install python=3.8.16 pip=23.3.1 vtk=9.1.0=*osmesa* pyvista=0.38.5
would also lead to stucking; - source-recon-coreg.ipynb, the first code block, line 2,
sys.command
is not a valid function in python. please useos.system
/subprocess.run()
/ ! trick in ipynb instead; - source-recon-coreg.ipynb, the first code block,
osf -p zxb6c fetch SourceRecon/data/notts_2subjects.zip
would fail to download anything from osf; - source-recon_subject.ipynb, the first code block,
osf -p zxb6c fetch SourceRecon/data/wake_hen.zip
would fail to download anything from osf; - source-recon_batch.ipynb, the first code block,
osf -p zxb6c fetch SourceRecon/data/wake_hen_group_raw.zip
would fail to download anything from osf
Metadata
Metadata
Assignees
Labels
No labels