SDKbox launcher issue - Windows system

Hi, I am trying to integrate SDKbox using the creator in windows

.
I have python installed in system but still, it gives this error

paste the script below into a terminal prompt

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

open a windows’ terminal.

type command python.

Microsoft Windows [Version 10.0.18363.752]
© 2019 Microsoft Corporation. All rights reserved.

C:\Users\yathi>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.

plz install python 2.7.x.

image

i have it and
environment path also set

is Python 3.7.3

Working now
deleted all pythons from system
installed 2.7 and set the environment variables.

Followed Installing Python 2.7 on Windows - YouTube to install.

but now the issue is

relaunch cocos creator
and build a jsb-link iOS/Android project
and launch SDKBox GUI?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.