Eric Liu
Eric Liu
I am also encountering this issue
> someone@somewhere:/opt/binder $ sudo ./build-and-run-tests.py > Download llvm source. curl http://releases.llvm.org/4.0.0/llvm-4.0.0.src.tar.xz | tar -Jxo && mv llvm-4.0.0.src /opt/binder/build/llvm-4.0.0 % Total % Received % Xferd Average Speed Time Time Time Current...
Was missing Ninja and Clang. To install it on ubuntu: sudo apt-get install ninja-build sudo apt-get install clang However, I encountered error on the tests, it stopped on T10. Checked...
Thank you, installation went through. I don't know how to turn on the verbose option to allow you to see detail log during the installation. I was using Intel i5...
Thanks for the response. I have allocated a time to take a second look later this week. Lemme get back to you soon.
Is this issue resolved for celery 5.3.1 ???
I sorta got it going with [python-lambda](https://github.com/nficano/python-lambda/tree/master) (https://github.com/nficano/python-lambda/tree/master) ``` pip install python-lambda mkdir myfunc1 && cd myfunc1 lambda init ``` Commands above initialized a working environment of a lambda function....
Didn't receive a reply. Closing it.