rydercalmdown / halloween_mannequin_head

A mannequin head that turns to follow people as they walk in front of it. Built for Halloween!
7 stars 7 forks source link

program fails due to dependencies not being installed. #4

Open tundeolowo opened 3 years ago

tundeolowo commented 3 years ago

Followed the install steps via https://www.tomshardware.com/how-to/build-a-person-following-creepy-head-for-halloween-with-a-raspberry-pi however, on step 13, I recieve errors after running "make run" error indicates that rtsparty module is not installed. Manually installed rtspart, and retry, recieve error that cv2 module is not installed. Manually installing "opencv-contrib-python" however I recieve errors stating "Could not find a version that satisfies the requirement opencv-contrib-python=" . Using a RPI3 b+. not sure if that makes a difference, Will try on a Pi 4 in a few days. Any suggestions hlm2 hlm3 . hlm1

kernal42 commented 3 years ago

These should install on step 3 when you do make install. Can you post the output from that?