-
Notifications
You must be signed in to change notification settings - Fork 823
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
Can't build run rust-tensorflow #1467
Comments
Hi @tyoc213 -- it looks like Bazel requires Java. Linux Java is known to not work well on stable Windows. It works much better in the latest Insider build. Would you be willing to try a more recent build? |
@aseering well, windows10upgrade9252.exe that is the one you can obtain in that page says that I already have the latest windows.... so I guess you mean I need to download an iso from here burn it and run it?? https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso ??? |
@tyoc213 -- you can sign up for the "Fast" or "Slow" ring through the advanced settings in the "Check for Updates" app in Windows. If you do, you'll start getting new builds as part of the normal Windows Update process. (It can take a few days for the updates to start showing up.) You can also download the ISO, if you don't want to wait. Note that the ISO is for the "slow" ring -- it's a much more recent build, but it's not the very latest build. The only way to get the very latest build is through the "Check for Updates" method. Just so you know -- Insider builds are pre-release builds of all of Windows. They have new features; also new bugs :-) |
How I know Im updated to the latest? so that I can try to build it again? |
The current latest build for PC is 14971. You said that you were running 14393 above; you've successfully upgraded if that number says 14971. New builds are announced here, if you're reading this page in the future and you want to check whether 14971 is still the latest build for PC: https://blogs.windows.com/blog/tag/windows-insider-program/#DjqYqOlwb3VU05QG.97 |
this thing still doesnt update :'( from my build... so I will keep waiting |
Well it is now updated to the latest, and also I uninstalled the 14.04 LTS and installed the xenial one which causes https://rustup.rs to fail (I will report that later in other issue here). And updated my comment on rust at tensorflow project tensorflow/rust#36 (comment) I add the strace which I didnt put on my first report Also @aseering I did found https://buildfeed.net/ to be up to date with the numbers. So, this will be reported as a bug? (I mean labeled?) or do I need to add more specific info? |
Lowest digit dupe is #327 |
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
Can't build tensor flow or build/use rust-tensorflow
Some output after
cargo build
after include the crate as test (yeah I have bazel installed and things like that)CurrentBuildNumber: 14393
well, I cant provide all the commands taht I have run but the steps for build tensorflow would be enought... some like https://bazel.build/versions/master/docs/install.html#ubuntu from https://github.com/tensorflow/rust#automatically-building-tensorflow
Then make
because it seem to not execute it each time I run it with WIndows+R
Inside edit
Cargo.toml
and add the dependencyAnd then inside the root of that test do
Will provide strace later, I have an open issue there also for this tensorflow/rust#36
By the way, I also did try building tensorflow as https://github.com/tensorflow/rust#manually-building-tensorflow but get the same result (about babel IIRC).
The text was updated successfully, but these errors were encountered: