windows11上安装之后,直接编译destop/helloword,报错找不到苹果包
编译android archive提示maven链接错误,使用了科-学=上=网依然一样的问题。
在虚拟机上debian11上安装,依然出现maven包找不到问题。
使用hk云服务器ubuntu20.0.04版本, gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04) 之后,安装正常,mediapipe版本https://github.com/google/mediapipe/commit/cf101e62a9d49a51be76836b2b8e5ba5c06b5da0
自动安装过程中使用的opencvn版本:https://github.com/opencv/opencv/releases/download/3.4.3/opencv-3.4.3-android-sdk.zip
虽然已经安装了python3.9,但是依然产生错误:
/usr/bin/env: 'python': No such file or directory
Command 'python' not found, did you mean:
command 'python3' from deb python3
解决办法是,
1. 运行指令(行不通):
echo alias python=python3 >> ~/.bashrc
. ~/.bashrc
2.解决方案(可行)
whereis python3
然后我们为它创建一个符号链接: sudo ln -s /usr/bin/python3 /usr/bin/python
至少需要40GB硬盘,8GB内存
jni动态包已经生成
奇怪的是,编译desktop时报错,提示opencv2/core/version.hpp no such file or directory
好在mediapipe还是挺智能的,运行 setup_opencv.sh就可以设置对应的版本和路径。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)