-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script failed -Did not find any OpenCV Libraries #560
Comments
For anyone else having same issue, installing libopencv-dev did the trick apt install libopencv-dev |
Resolved after install libopencv-dev |
I realize you've got this all taken care of now.. but I'm curious the flow you took that landed you into these errors ( and those from your other ticket(s)). Did you run the I ask, because the installer should have added those dependencies for you ( libopencv-dev ) and handled all of the permissions, etc. So if that all failed, we'd like to know and fix it for future users. |
I've run into the exact same problem just today. Installed a new OS onto Pi 4 (Release date: May 7th 2021, Kernel version: 5.10). Followed the instructions to the letter for the allsky install while logged on as the pi user, received an error that 'package libusb-1.0 was not found' during the dependencies check and the installation aborts. Ran 'sudo apt-get install libusb-1.0' and then attempted install.sh again. This time got the error 'did not find any opencv libraries'. Did an install libopencv-dev and tried again and everything worked. Hope that helps others. |
I just had the same problem. My first install of allskycam went smoothly following the published instructions. Then the SD card got corrupted. No big deal...just burn another one and re-install right...wrong. With a freshly burned Raspian 32 bit image on a 3A+ the install failed. Resolved by "install libopencv-dev". Output from install.sh below: ... *** Welcome to the Allsky Camera installer ***
make: Entering directory '/home/pi/allsky/src' ... |
Ok great, thanks for the help.
Have a great day!
Rob Morin
Montreal, Canada
HTTP://1RADIO.CA
…________________________________
From: Michael J. Kidd ***@***.***>
Sent: Thursday, October 7, 2021 12:15:20 AM
To: thomasjacquin/allsky ***@***.***>
Cc: Rob Morin ***@***.***>; State change ***@***.***>
Subject: Re: [thomasjacquin/allsky] Install script failed -Did not find any OpenCV Libraries (#560)
I have a reproducer for this now.. and am working on it.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#560 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAOJC7VXT3ONI5E3WDY6FJLUFUNFRANCNFSM5FKGXXXA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I installed this last week, it worked fine, I started over on a new install today , not working
Ideas?
pi@raspberrypi:~/allsky$ ./install.sh
*** Welcome to the Allsky Camera installer ***
make: Entering directory '/home/pi/allsky/src'
Makefile:42: *** Did not find any OpenCV Libraries, try 'make deps'. Stop.
make: Leaving directory '/home/pi/allsky/src'
Installing dependencies failed!
Thanks
The text was updated successfully, but these errors were encountered: