【问题标题】:Error while installing OpenALPR on Raspberry PI 3在 Raspberry PI 3 上安装 OpenALPR 时出错
【发布时间】:2017-10-24 18:29:14
【问题描述】:

我刚刚开始使用 Raspberry PI 3。我正在尝试在其上安装一个名为 OpenALPR 的开源库。它是一个库,它将车辆牌照的图像作为参数并返回写在上面的文本。我一直在关注这个链接来安装库。

https://blog.vinczejanos.info/2017/05/01/install-openalpr-on-raspberry-pi-3-part-2/

我正在执行上述链接中指定的install OpenALPR 步骤。我在该步骤的最后一个构建命令中遇到了以下错误,即make install

[ 21%] Built target support
[ 23%] Built target video
[ 51%] Built target openalpr
[ 52%] Built target alpr
[ 55%] Built target alprd
[ 56%] Built target openalpr-utils-prepcharsfortraining
[ 59%] Built target openalpr-utils-benchmark
[ 60%] Built target openalpr-utils-binarizefontsheet
[ 61%] Built target openalpr-utils-classifychars
[ 63%] Built target openalpr-utils-calibrate
[ 64%] Built target openalpr-utils-tagplates
[ 66%] Built target openalpr-utils-sortstate
[ 69%] Built target unittests
[ 96%] Built target openalpr-static
[ 97%] Built target simpleini
[ 99%] Built target openalprpy
[100%] Built target openalprgo
Install the project...
-- Install configuration: "RelWithDebugInfo"
-- Installing: /usr/bin/alpr
CMake Error at cmake_install.cmake:50 (file):
  file INSTALL cannot copy file "/usr/src/openalpr/src/build/alpr" to
  "/usr/bin/alpr".


Makefile:126: recipe for target 'install' failed
make: *** [install] Error 1

我可以保证以上所有步骤都已成功完成。请指导我有关此错误的信息。谢谢。

【问题讨论】:

    标签: linux raspberry-pi3 openalpr make-install


    【解决方案1】:

    错误已解决。我所做的只是在没有sudo 的情况下执行了命令make install,它没有授予复制文件的权限。一旦我以sudo make install 执行它,它就完美地执行并且现在正在工作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-06-03
      • 2022-06-12
      • 1970-01-01
      • 2016-11-22
      • 2023-03-21
      • 2016-08-10
      • 1970-01-01
      相关资源
      最近更新 更多