-
Notifications
You must be signed in to change notification settings - Fork 65
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
Installation stucks when exexcuting the build-and-run-tests.py #72
Comments
I am also encountering this issue |
Thank you for reporting this @nuistzhou and @supreme-core ! I just double check and this script work as expected on my machine... could you please post you platform info? Particularly, did you run this on Linux or Mac? And what is compilers versions. Also, screenshot shows that you running this script with |
It has been running for about 2 hours. Still running, I am going leave it on for another 4 hours and see what happens. |
Was missing Ninja and Clang. However, I encountered error on the tests, it stopped on T10. Checked for /opt/binder/build/bin/binder but wasn't able to find the bin folder and the binary.
|
This script is not aim to install Binder system-wide - it just compile and run it locally. If you want to make Binder available to all user of your system then you will need to do this manually. Re failing tests: current test for Binder is sensitive to exact compiler+libc++ version. So such failure is to be expected. In other word i would not worry too much about it. Just try to generate bindings for your project and if resulted code could be compiled then all is good! |
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 quad core laptop with 12 gb of memory, and ran for 3 hours. |
re 2nd option: we currently do not build Binder on native Windows platform so current version of re 1st option: I am guessing that you using UNIX subsystem of Windows? If so, then please note that bindings generated by Binder build in such way will reflect libc++ that used in such subsystem. This might be an issue if you later planning to build native Windows Python module. To answer your direct questions: the |
Just like what you see in ths screen shot.
The text was updated successfully, but these errors were encountered: