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
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 use os.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
The text was updated successfully, but these errors were encountered:
conda install python=3.8.16 pip=23.3.1 vtk=9.1.0=*osmesa* pyvista=0.38.5
would also lead to stucking;sys.command
is not a valid function in python. please useos.system
/subprocess.run()
/ ! trick in ipynb instead;osf -p zxb6c fetch SourceRecon/data/notts_2subjects.zip
would fail to download anything from osf;osf -p zxb6c fetch SourceRecon/data/wake_hen.zip
would fail to download anything from osf;osf -p zxb6c fetch SourceRecon/data/wake_hen_group_raw.zip
would fail to download anything from osfThe text was updated successfully, but these errors were encountered: