-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[tensorflow-cc 2.10.0] build failure #27474
Comments
also experiencing this issue To Repro: |
also experiencing this issue (technically mine is [tensorflow] Build error) vcpkg-tool version: 2022-10-17-3247920fbdd47d08f36cbd480addd9890d3c2435 |
@JackyYin Do you have any suggestion for this problem? |
Hello @over-shine, |
@JackyYin This is all the content in the config-x64-windows-dbg-out.log: |
Hi @Adela0814, Could you try again with this approach? |
Seems like it's because the filename is renamed to Could you try again with this branch? |
I got a new error using this branch,
|
Seems like we need to add Could you re-pull my branch and try again? |
The same error. |
It makes sence to collect options in a list (with
This log contains:
The bash script or command line should be checked for special characters ( |
Cannot find bazel. Please install bazel/bazelisk. |
Did you remove I saw a different result after checkout to my git branch.
Command: some log messages:
Update: |
So what are we to take from this? Tensorflow just doesn't work with vcpkg ? It still doesn't work, even though bazel is obviously on the PATH available to all users and using -release doesn't work either. |
Same issue |
I had the same issue. I had Afterwards, I ran
and the output of
Note that Then, I ran Hope this helps further to the debugging process. Will keep you posted. |
UPDATE After changing
and the output of build-x64-windows-dbg-err.log was:
UPDATE |
I have exactly the same problem. |
I have exactly the same problem and I have tried everything. But can not solve this issue! |
This is a conflict issue between bazel and vs2022, could you try this solution ? |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install tensorflow-cc:x64-windows
version: 2.10.0
Failure logs
config-x64-windows-dbg-out.log: Cannot find bazel. Please install bazel/bazelisk.
The text was updated successfully, but these errors were encountered: