我试图在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'
我已经安装了带有python 2.6.8版本的RBTools v0.7.4,并且我也有python版本2.7.5。
这是完整的追溯http://pastie.org/10332044
当我尝试运行rbt setup-repo时出现此错误。
在过去的一周内,对此有任何帮助都会给我带来很大的帮助。
答案 0 :(得分:0)
我认为这是RBTools程序集中的一个错误。我为此提交了this ticket。查看我在那里遇到麻烦的详细信息,但具体来说,请查看/usr/local/bin/rbt
并将shebang从python2.6
更改为python
,您应该感觉良好。