简体   繁体   English

AWS Deep Lens 缺失库

[英]AWS Deep Lens Missing Library

I got an original AWS (Version 1.0) Deep Lens from a friend and I am trying to get it to work.我从朋友那里得到了一个原始的 AWS(1.0 版)Deep Lens,我正在努力让它工作。 I am able to SSH into the device but when I try to install the newest software I get this error.我可以将 SSH 安装到设备中,但是当我尝试安装最新的软件时,我收到了这个错误。

aws_cam@Deepcam:~$ sudo apt-get install awscam
[sudo] password for aws_cam: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 awscam : Depends: ocl-icd-libopencl1 but it is not installable
E: Unable to correct problems, you have held broken packages.

I did some research and I have no idea where to find this ocl-icd-libopencl1 package anymore or how to install it to get this thing working.我做了一些研究,但我不知道在哪里可以找到这个 ocl-icd-libopencl1 package 或者如何安装它来让这个东西工作。 It's like it doesn't exist anymore.好像已经不存在了。 I already ran sudo apt update && sudo apt install ocl-icd-libopencl1 without any luck (which updates the repo lists and nothing was found, I even did sudo apt-get upgrade and nothing seems to work.我已经运行了sudo apt update && sudo apt install ocl-icd-libopencl1没有任何运气(它更新了 repo 列表并且没有找到任何东西,我什至做了sudo apt-get upgrade并且似乎没有任何工作。

I have also logged into the AWS Console and tried clicking update from there and nothing happens (probably because of the error here).我还登录了 AWS 控制台并尝试从那里单击更新,但没有任何反应(可能是因为这里的错误)。 I did get it successfully registered with AWS, just useless until it upgrades to the latest version since I can't see video.我确实在 AWS 上成功注册了它,直到它升级到最新版本之前都没用,因为我看不到视频。

Any help is appreciated.任何帮助表示赞赏。

What let me get v1.4.9 of awscam installed is:让我安装 v1.4.9 的 awscam 是:

Go to https://debian.pkgs.org/10/debian-main-amd64/ocl-icd-libopencl1_2.2.12-2_amd64.deb.html and download the deb file. Go to https://debian.pkgs.org/10/debian-main-amd64/ocl-icd-libopencl1_2.2.12-2_amd64.deb.html and download the deb file.

Note I'm logged in via ssh to the deeplens注意我通过 ssh 登录到 deeplens

   wget http://ftp.de.debian.org/debian/pool/main/o/ocl-icd/ocl-icd-libopencl1_2.2.12-2_amd64.deb

   sudo dpkg -i ocl-icd-libopencl1_2.2.12-2_amd64.deb

   aws_cam@Deepcam:~$ sudo apt install awscam
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   The following additional packages will be installed:
     intel-gmmlib intel-igc-core intel-igc-opencl intel-ocloc intel-opencl
   The following packages will be REMOVED:
     srb5
   The following NEW packages will be installed:
   awscam intel-gmmlib intel-igc-core intel-igc-opencl intel-ocloc intel-opencl
   0 upgraded, 6 newly installed, 1 to remove and 5 not upgraded.
   Need to get 27.8 MB of archives.
   After this operation, 100 MB disk space will be freed.
   Do you want to continue? [Y/n] Y

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM