-
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] build failure #25263
Comments
@Cheney-W Could you help to figure it out? Thanks |
Reproduce: Install VS2022 Exec: My PC doesn't install cuda etc. |
I can't reproduce this issue in my side, I got a different issue as below: I used VS2022 17.2.4 and the latest vcpkg 2022-06-15-b0f08e40f8e8752dd0b260138ee078bd9599559c. I saw below error in your failure log: |
Yeah, I git clone vcpkg. => run .\bootstrap-vcpkg.bat =>vcpkg install tensorflow-cc:x64-windows. |
The error in my side was as follows
|
What should I do to let it find the undname.exe? |
Dup to #21246 |
Set VCPKG_VISUAL_STUDIO_PATH to vs2019 works for me. BTW, how to specify the compile option of GPU/CPU? |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install tensorflow-cc:x64-windows
Failure logs
build-x64-windows-dbg-err.log
-Attached is the build-x64-windows-dbg-err.log
Additional context
I wonder if vs2022 supports this package or not?
I also tried vs2019 still no luck.
The text was updated successfully, but these errors were encountered: