【发布时间】:2015-12-18 10:39:01
【问题描述】:
我正在使用 https://github.com/twelve17/openalpr-ios 这个库来分析车牌图像并从中获取车牌号。
当我尝试在 mac 中运行 ruby 脚本以生成 openaplr.framework 时,它给了我错误。
这是我遇到的错误。
"/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/utils.rb:44:in 执行':子返回:pid 587 exit 1 (RuntimeError) from /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/utils.rb:74:inlog_execute' 从 /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/automake.rb:141:in do_autoconf_build'来自 /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/automake.rb:58:inbuild_arch' 从 /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:53:in 阻止安装'来自 /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:ineach' 从 /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:in 从 ./bin/build_frameworks.rb:53:in 安装”
谢谢。
【问题讨论】:
-
您使用的是哪个 ruby 版本?
-
我使用的是 git version = 2.6.4。
标签: ios ruby-on-rails iphone openalpr