mysql的源码库更换了版本控制工具,使用了bazaar
好不容易把bazaar的源码找到,编译时,出现下面错误
Failed to build "bzrlib._btree_serializer_c".
Use --allow-python-fallback to use slower python implementations instead.
这样,需要在编译中添加--allow-python-fallback
如下
python setup.py install build_ext --allow-python-fallback
参考:https://bugs.launchpad.net/bzr/+bug/295826

没有评论:
发表评论