-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
celery failed to build #2
Comments
Hello there! I haven't tested the script in a while so it could be that some online repositories or services are down since. I am running vagrant up from scratch in this moment, I will update this thread with results. |
Sadly confirmed: I have the same error here. Seems quite common, here's a possible approach: Problem sadly is not in my Vagrantfile but in some of the Docker files from Katharine Berry [email protected] (dead email address plus I doubt she's mantaining it today). I will try to track down the issue and solve but the best shot to build for Pebble at the moment is just install the SDK locally (the cli version, no GUI). I will update this thread with other findings. |
@spiffomatic64 Let me know how it goes for you :) |
awesome :) Ill give it a go tonight :) |
@spiffomatic64 Patched also that, testing again :) |
Any update on this? |
Hi there! I am currently abroad but I'll be back tonight. I might have some juicy news, I will post tomorrow my findings. Basically we need to try to change old Pebble download servers in the source code with the Rebble ones. I need my pc to give it a go :) |
Hi there, @spiffomatic64 I have some juicy news! Reading here and there I was finally able to put together a complete workaround to have SDK and emulator working on your pc. To successfully install a building environment on your Linux Pc (or Linux Virtual Machine), tested on Ubuntu:
Enjoy a fully working Pebble SDK :D As soon as I have time I'll try to fix also CloudPebble (I think the DOWNLOAD_SERVER trick should also work for it). Happy hacking! |
awesome thanks! |
What is the status of this? I still get the celery error... |
No solution for CloudPebble so far, sadly. If and when I'll spot something I will update the repo and this thread. For the moment the best available solution is use the local SDK if you need to build apps for Pebble. Please let me know if you need more, @ElijahZAwesome :) |
Hi @ElijahZAwesome! Sorry but I just saw this comment... The repo you linked is a fork of the main cloudpebble-composed repo... |
Hi @ltpitt ! I tried the method you posted on the 31 of january, but the official guide for installing pebble SDK raise me an error on this part : cd ~/pebble-dev/pebble-sdk-4.5-linux64 The error Thank ! |
Hi @Sichroteph ! If what you need is just command line Pebble SDK I've created a Vagrant machine for that, you can find more information here: Last time I installed it from scratch was around 30 days ago, no problems. Please let me know if you face any issues opening one in its specific project. Good luck and happy hacking :) |
@ltpitt thanks ! I indeed successfully installed a command line pebble sdk thanks with your vagrant machine two days a ago and I think I built one of my project successfully. |
My pleasure @Sichroteph . Qemu doesn't work on my Vagrant machine because it is command line only. On the other hand it is very easy to install your app to your smartwatch directly from the app's folder (be sure that dev mode is on and that your smartphone is connected to the same network of your computer): |
@ltpitt Thanks to you I succeeded in installing a programming environment. |
Did you try to access the /vagrant folder on your Vagrant machine?
On Windows that folder is the same folder where you keep your Vagranfile on
your host machine.
I do my dev this way so I can use VS code or other editors without
issues...
Glad you're back to writing Pebble apps and that I was able to help :D
…On Mon, 18 Nov 2019, 23:45 Sichroteph, ***@***.***> wrote:
@ltpitt <https://github.com/ltpitt> Thanks to you I succeeded in
installing a programming environment.
pebble install --phone YOUR_PHONE_IP is very convenient.
One small caveat is that the ubuntu user doesn't seem to have enough
rights to modify a virtual box shared folder (even with doing chmod and
chown from a root user), so I need to edit my files in nano instead of a
more powerful graphical editor.
But I am very happy to find again a working development platform !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AARBJVHE65XXXOPDW3SNCR3QUMLG3A5CNFSM4GNJCSS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMF6WQ#issuecomment-555245402>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARBJVE4ZPUHSFS4B6MQT63QUMLG3ANCNFSM4GNJCSSQ>
.
|
Is this still working? (ran the vagrant oneliner from the readme)
default: Service 'ycmd' failed to build: The command '/bin/sh -c set -ex && for key in ... ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done' returned a non-zero code: 2
default: Service 'celery' failed to build: The command '/bin/sh -c set -ex && for key in ... ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered: