-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Latest version does not build on Windows #908
Comments
Also, at step 9 of windows installation guideline, I believe double slash should be used for the PYTHON_BIN_PATH. Otherwise, it will reproduce the issue 724. i.e. |
i have the exact same issue |
My C++ BuildTools version is 14.26.28808 and I have the same issue |
The issue occurs at https://github.com/google/mediapipe/blob/e9fbe868e55fa23aaabc31f9f847c22287062850/mediapipe/framework/packet.h#L448 GCC and clang are ok with the syntax Please note that MediaPipe Windows support is experimental since we have limited resources and mainly focus on Linux and mobile platforms. |
How do you rollback to May version? Do you have a link? |
I rolledback to BUildTools version 14.25.28610 and I still see the issue:
|
https://github.com/google/mediapipe/releases/tag/v0.7.5 |
Or just do |
Same issue. Rolling back to v0.7.5 works |
I have exactly the same issue. I wonder know if there is a new way to fix it now instead rollback the version |
It seems like: This without lambda compiles:
|
See the fix at #975 (comment). |
Fixed in c828392. |
When I run below command
bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH="C://Python//Python37//python.exe" mediapipe/examples/desktop/hello_world
it generates the error:
I am using C++ BuildTools version 14.26.28801
If I rollback to mediapipe May version, it builds successfully.
The text was updated successfully, but these errors were encountered: