SDK Box infinite update[SOLVED]

Hello. I have a problem with SDK Box installers. When i’m trying to use the built-in one, it stops with infite loading while it shows “update SDKBox Installer”. The gui installer, or console one shows me:

Prepare to install SDKBox Installer, please wait…

File “”, line 1
import urllib; s = urllib.urlopen(‘https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py’).read(); exec s
^
SyntaxError: invalid syntax

Any suggestions on how to make any of these work?

do you have issue with SDKBox Gui ?

or sdkbox command, but I checked, it’s ok ?

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

Download SDKBox installer ...
[###################################] 100%
INFO need not set environment variable:SDKBOX_HOME
SUCCESS! SDBOX installer have been installed.
Next, type "sdkbox -h" to see the usage help.

or SDKBox Gui in Creator ?
I checked it, it also is ok.

Thanks,

The problem was bad python version. I had 3.7 installed, now it’s 2.7 and everything started to work fine.

plz mark the topic [solved], thanks,

1 Like