Hi Jrose,
I am trying to import imutils in Debian distro running on BeagleBone Black. This is what im getting when i import it in the Python Interpreter;
root@beaglebone:~# python
Python 2.7.3 (default, Mar 14 2014, 17:55:54)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import imutils
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/imutils/init.py", line 5, in
from .convenience import translate
File "/usr/local/lib/python2.7/dist-packages/imutils/convenience.py", line 108, in
def url_to_image(url, readFlag=cv2.IMREAD_COLOR):
AttributeError: 'module' object has no attribute 'IMREAD_COLOR'
How can i rectify the problem?
Hi Jrose,
I am trying to import imutils in Debian distro running on BeagleBone Black. This is what im getting when i import it in the Python Interpreter;
root@beaglebone:~# python
Python 2.7.3 (default, Mar 14 2014, 17:55:54)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
How can i rectify the problem?