我正在使用https://github.com/twelve17/openalpr-ios这个库来分析车牌图像并从中获得车牌号码。
当我试图在mac中运行ruby脚本以生成openaplr.framework时,它会给我带来错误。
这就是我要犯的错误。
"/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/utils.rb:44:in execute:返回的子程序: pid 587退出1 (RuntimeError)从/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/openalpr/lib/alpr/package/automake.rb:58:inbuild_arch‘from /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:53:in块in install’from /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:ineach‘from /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:in /Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:in install./bin/build_Fraworks.rb:53:in
谢谢。
发布于 2016-02-23 21:26:45
我有同样的问题,并通过评论来修正它:
#opts[:exit_on_error] = true if !opts.has_key?(:exit_on_error)文件中的utils.rb行号为24。
系统MacOSX10.10,xCode7.2.1
https://stackoverflow.com/questions/34353681
复制相似问题