Hi, When trying to install SCT in my computer I get the following error:
rm -rf /home/berny/sct_5.0.1/python
mkdir -p /home/berny/sct_5.0.1/python
wget -O /tmp/tmp.gWCxiUDRK8/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
--2022-04-26 13:44:53-- https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.131.3, 104.16.130.3, 2606:4700::6810:8203, ...
Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.131.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 75660608 (72M) [application/x-sh]
Saving to: â/tmp/tmp.gWCxiUDRK8/miniconda.shâ
/tmp/tmp.gWCxiUDRK8/miniconda 100%[=================================================>] 72.16M 3.11MB/s in 29s
2022-04-26 13:45:21 (2.52 MB/s) - â/tmp/tmp.gWCxiUDRK8/miniconda.shâ saved [75660608/75660608]
exit status is 0
bash /tmp/tmp.gWCxiUDRK8/miniconda.sh -p /home/berny/sct_5.0.1/python -b -f
PREFIX=/home/berny/sct_5.0.1/python
Unpacking payload ...
[698] INTERNAL ERROR: cannot create temporary directory!
[702] INTERNAL ERROR: cannot create temporary directory!
ERROR: Command failed.
Installation failed!
Hi @berna_gunes ,
Based on the information you have provided, it seems that you are using Docker to install SCT v5.0.1. (Please correct me if Iâm wrong, though!)
The error message youâve provided (âINTERNAL ERROR: cannot create temporary directory!â) seems to indicate low disk space (Source 1 , Source 2 ). So, I would recommend making sure that you have more free space, then trying to install SCT again.
If you continue to run into this issue, please reply to this post and I will happy to troubleshoot further.
Kind regards,
Joshua
Hi @berna_gunes ,
I just wanted to let you know that SCT v5.6 has been announced, which includes a new way of installing SCT on Windows.
Dear SCT users,
We are happy to announce the release of SCT v5.6 .
Notice for Windows users
Starting from version 5.6, WSL and Docker are no longer required to install SCT on Windows!
Please visit the updated Windows installation page of SCTâs documentation to try out this new installation method.
Other notable changes include:
sct_deepseg: Added model for T2w lumbar SC segmentation. View pull request
sct_deepseg: Added new option -list-tasks-long to print in-dâŚ
This new method may help to address your issues if you were having trouble with WSL.
Kind regards,
Joshua
1 Like