[solved] clickable building with non-zero exit status
-
Hi guys. I'm starting to feel more confident about cpp and qml so I wanted to try build one of the app templates.
I followed this installation guide
https://gitlab.com/clickable/clickable/blob/master/README.md
, installed clickable trough pip on ubuntu 16.04 and tried to build various app template, but I obtain always the same error message.Command exited with non-zero exit status 1, see above for details. This is most likely not a problem with Clickable
HERE the pastebin of all the command sent after the installation
can someone explain what is wrong?
is it due to the fact that I have no a UT device connected? -
@Aury88 maybe you have to add yourself to the docker group so you get permission to run docker.
-
@Aury88 It seems you don't have docker installed on your desktop.
Do you have something when you enter this command :docker images
[Edit] Or permission to run docker
-
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/images/json: dial unix /var/run/docker.sock: connect: permission denied
-
@Aury88 Remember to logout and in again after installing docker
-
@CiberSheep Yeah! after logout/in it seems to work!
after theclickable desktop
it started to pull from clickable/ubuntu-sdk the clickable/ubuntu-sdk:16.04-amd64 image.Maybe this logout/in passage is worth a mention on the doc.
Thank you all guys!
I will let you know if it works -
@Aury88 said in develop on desk without UT device:
Maybe this logout/in passage is worth a mention on the doc.
I agree
-
@Aury88 ok. build completed and app launched correctly on desk. Thank you again