说明:

(1)mac现在默认安装版本为11,因项目需要安装10版本,对版本要求不是强依赖的请绕道。

(2)试了很多方法,都失败了,最终找到一个方法尝试可行性很高,原地址:https://www.jianshu.com/p/aadb54eac0a8

(3)按照上述方法执行即可,中间会出现的问题下面是解决方法。

(4)不要问我为什么,我特么也不知道为什么,我弄了两天多,心情很复杂!

1 Calling 'depends_on :python' is disabled

mac安装thrift.0.10.0

解决方法:

用vim打开./Fromula/thrift.rb,修改depends_on:python为depends_on "[email protected]"即可

mac安装thrift.0.10.0


2 Calling <<-EOS.undent is disabled!

mac安装thrift.0.10.0

解决方法:跟1一样,打开文件,把undent去掉就ok

mac安装thrift.0.10.0


完,祝好!

相关文章:

  • 2021-08-27
  • 2021-10-03
  • 2022-02-11
  • 2021-07-31
  • 2021-06-12
  • 2021-08-13
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2021-08-28
  • 2021-09-28
  • 2021-12-31
  • 2021-07-17
  • 2021-07-13
相关资源
相似解决方案