不要为特定gem上的错误停止bundle install

时间:2017-07-20 14:07:07

标签: ruby bundle bundler

是否可以在出错时继续bundle install

问题:有一个宝石列表,其中很少有人会给出错误但是其余的都很好,但是捆绑安装会在出错时停止并且不会继续。

这样的错误:

Gem::InstallError: ffi requires Ruby version < 2.5, >= 2.0.
An error occurred while installing ffi (1.9.18), and Bundler cannot continue.
Make sure that `gem install ffi -v '1.9.18'` succeeds before bundling.

1 个答案:

答案 0 :(得分:0)

你可以尝试

import numpy as np
a = np.array([[1,2,3], [3,4,5]])
b = np.array([[0,1,2], [1,1,7]])