mediapipe: Building mediapipe GPU whl successful but run failed
OS Platform and Distribution
Ubuntu 18.04.5 LTS
Compiler version
gcc /g++ 9.4.0
Programming Language and version
python3.10.3
Installed using virtualenv? pip? Conda?(if python)
conda
MediaPipe version
No response
Bazel version
6.1.1
XCode and Tulsi versions (if iOS)
none
Android SDK and NDK versions (if android)
none
Android AAR (if android)
None
OpenCV version (if running on desktop)
default(3.4.0)
Describe the problem
Hi,I am building a mediapipe gpu version and I have already build out a whl file.But when I install it into anaconda env I got some the error:
ImportError: /root/anaconda3/envs/test/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /root/anaconda3/envs/test/lib/python3.10/site-packages/mediapipe/python/_framework_bindings.cpython-310-x86_64-linux-gnu.so)
By the way,I build it using conda env which is python3.10.3 too.
### Complete Logs
```shell
log file will be upload.
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 15
@schmidt-sebastian When do you plan to release the GPU version of mediapipe?thanks