Linphone-Project Android

时间:2018-07-03 13:20:40

标签: build linphone

执行命令 make 后出现错误。

  

-发现PythonInterp:/ usr / bin / python(发现版本“ 2.7.10”)cmake / Tools.cmake:31(消息)处的CMake错误:“ pystache” python模块   找不到呼叫堆栈(最近的呼叫优先):CMakeLists.txt:177   (check_python_module)

     

make [3]: *   [linphone-android / WORK / android-arm64 / Stamp / EP_linphone / EP_linphone-configure]   错误1 make [2]: [CMakeFiles / EP_linphone.dir / all]错误2 make [1]:    [全部]错误2:* [arm64-build]错误2

我使用mac os

sh-3.2#python --version Python 2.7.10

重要: pip3可用,但找不到pip命令!

更新:我找到了的解决方案:

   brew uninstall python


   brew install python@2

1 个答案:

答案 0 :(得分:2)

错误是因为您没有模块“ pystache”。
确保已安装pip
然后,您可以:
pip安装pystache
参考: https://pypi.org/project/pystache/