Cocos creator - sdk box not launching

I am trying to install sdk box and I am getting the following message upon launching:

update sdk box installer

the loading circle stops at the halfway point and does nothing after that.

now , the free space on my hard drive is just a couple of hundred MBs and also my last iOS and android builds failed due to lack of space on my hard drive. could this be the reason why sdk box isn’t launching?

any tips?

maybe you can try follow in terminal:

install sdkbox installer if you haven’t install


python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py').read(); exec(s)"""

update sdkbox creator gui:

python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/updateguiforcreator.py').read(); exec(s)"""