【发布时间】:2015-08-05 19:47:48
【问题描述】:
我试图在 mac os 上配置 RBTools,但我在设置 repo 时遇到了问题。 这是我得到的错误。
ImportError: Python minor version mismatch: The Mercurial extension modules were compiled with Python 2.7.5, but Mercurial is currently using Python with sys.hexversion=33949936: Python 2.6.8 (unknown, Mar 9 2014, 22:16:00) \n', '[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]\n', ' at: /usr/bin/python\n'
我已经安装了 RBTools v0.7.4 和 python 版本 2.6.8,我也有 python 版本 2.7.5。
这是完整的回溯http://pastie.org/10332044
当我尝试运行 rbt setup-repo 时出现此错误。
对此的任何帮助都会对过去一周的这件事产生很大的帮助。
【问题讨论】:
标签: python macos review-board