Submitted by reeder on Wed, 07/31/2019 - 00:45
I'm a noob and not sure what I did or didn't do so any help would be greatly appreciated.
I believe I have followed the build instructions and the MonsterBorg Web UI instructions but I receive a "no module named cv2" error when I run monsterWeb.py any ideas?
piborg
Wed, 07/31/2019 - 14:15
Permalink
Python missing OpenCV libraries
It looks like the OpenCV library for Python has not been installed.
You should be able to install it with this command:
Once it has been installed the script should start working :)
reeder
Mon, 08/12/2019 - 00:31
Permalink
I tried the above line and
I tried the above line and this is what I received
piborg
Mon, 08/12/2019 - 10:36
Permalink
It sounds like the libcv-dev
It sounds like the
libcv-dev
package has been rolled in to thelibopencv-dev
package at some point.Try this instead:
davemedley
Thu, 02/04/2021 - 10:24
Permalink
Missing dependencies
Hi,
Tried running the apt-get but a few packages fail to download...
Thoughts?
Still getting "missing cv2 module" error.
piborg
Thu, 02/04/2021 - 11:32
Permalink
apt-get connection failed
You may need to update apt-get first:
davemedley
Thu, 02/04/2021 - 12:15
Permalink
Fixed cv2 missing
Changed the morror and ran following
Either of those things fixed it...
All good now :)
reeder
Sun, 09/01/2019 - 19:57
Permalink
Seems close but not sure why
Seems close but not sure why it can't open port 80
piborg
Mon, 09/02/2019 - 17:15
Permalink
Sudo permissions needed
To open low numbered ports (like port 80) you need to give the script permission by using sudo:
sudo ./monsterWeb.py