org.python.core.PyObject
Traceback (most recent call last):
File "/home/circleci/project/scripts/ImportExistingProjectAndBuild.py", line 41, in <module>
from Studio.project import *
ImportError: No module named project
from Studio.project import * ImportError: No module named project at org.python.core.Py.ImportError(Py.java:328) at org.python.core.imp.import_logic(imp.java:912) at org.python.core.imp.import_module_level(imp.java:978) at org.python.core.imp.importName(imp.java:1062) at org.python.core.ImportFunction.__call__(__builtin__.java:1280) at org.python.core.PyObject.__call__(PyObject.java:431) at org.python.core.__builtin__.__import__(__builtin__.java:1232) at org.python.core.imp.importAll(imp.java:1182) at org.python.pycode._pyx0.f$0(/home/circleci/project/scripts/ImportExistingProjectAndBuild.py:139) at org.python.pycode._pyx0.call_function(/home/circleci/project/scripts/ImportExistingProjectAndBuild.py) at org.python.core.PyTableCode.call(PyTableCode.java:167) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1386) at org.python.core.__builtin__.eval(__builtin__.java:497) at org.python.core.__builtin__.eval(__builtin__.java:501) at org.python.util.PythonInterpreter.eval(PythonInterpreter.java:259) at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:40) at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:47) at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:212) at com.silabs.ss.platform.internal.api.scripting.core.WrappedScriptEngine.eval(WrappedScriptEngine.java:86) at com.silabs.ss.platform.internal.scripting.python.PythonScript$PythonScriptEngine.eval(PythonScript.java:307) at com.silabs.ss.platform.internal.api.scripting.core.WrappedScriptEngine.eval(WrappedScriptEngine.java:54) at com.silabs.ss.platform.internal.api.scripting.core.WrappedScriptEngine.eval(WrappedScriptEngine.java:70) at com.silabs.ss.platform.internal.scripting.ui.BaseRunScript.doEval(BaseRunScript.java:130) at com.silabs.ss.platform.internal.scripting.ui.BaseRunScript.doRun(BaseRunScript.java:87) at com.silabs.ss.platform.internal.scripting.ui.RunScript.start(RunScript.java:21) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) at org.eclipse.equinox.launcher.Main.run(Main.java:1515) at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
I assume current SimplicityStudio_v4 setup lacks the necessary SDK and toolchain which is installed during the initial setup process on Simplicity Studio.
I'm trying to find a way to do the same things without Simplicity Studio IDE.
Discussion Forums
Simplicity Studio
Unanswered
Hi @hayashi,
I am escalating this forum thread to a support case, I will work with you on this request through the support case.
Thank you,
jpitt
0
Facing the same issue. @jpitt was the issue resolved?
0
Hi Ricky,
The customer stopped replying after I worked with him for a while so I am not sure if the issue was resolved for them or not. I would recommend you use an offline installer to get the SDK and everything installed. From your comment on another thread it seems like you are trying to install Simplicity Studio inside a docker container and so the offline installer is the best way to do that. Please create a support case requesting access to the offline installers.
Thank you,
jpitt
0
I received an installation python script through a support case and tried it, but it did not work at all for some reasons. After a while, I gave up the command line installation and ended up installing necessary SDK and toolchains on Simplicity Studio GUI with X11 forwarding in my docker container.
0
Thanks guys for the response. Sorry for not thanking earlier, but apparently I don't receive any notification from these threads. I will file a support case for the offline installer.
How to install necessary SDK and toolchain on Ubuntu headless machine
Hi,
What is the best solution to install necessary SDK and toolchain only with command line?
I was trying to make Simplicity headless Build on CI Ubuntu machine.
And then tried
But, build script did not work as shown below.
I assume current SimplicityStudio_v4 setup lacks the necessary SDK and toolchain which is installed during the initial setup process on Simplicity Studio.
I'm trying to find a way to do the same things without Simplicity Studio IDE.
Hi @hayashi,
I am escalating this forum thread to a support case, I will work with you on this request through the support case.
Thank you,
jpitt
Facing the same issue. @jpitt was the issue resolved?
Hi Ricky,
The customer stopped replying after I worked with him for a while so I am not sure if the issue was resolved for them or not. I would recommend you use an offline installer to get the SDK and everything installed. From your comment on another thread it seems like you are trying to install Simplicity Studio inside a docker container and so the offline installer is the best way to do that. Please create a support case requesting access to the offline installers.
Thank you,
jpitt