thumbor / opencv-engine

Thumbor engine for the openCV imaging library.
MIT License
26 stars 26 forks source link

Install success but has errors #1

Closed majimboo closed 9 years ago

majimboo commented 10 years ago

Went ahead to try, I am using amazon ec2 ubuntu 13.10. I have the same version at home and it works. But now this is the error.

Downloading/unpacking opencv-engine
  Downloading opencv_engine-0.1.0.tar.gz
  Running setup.py egg_info for package opencv-engine
    libdc1394 error: Failed to initialize libdc1394

Requirement already satisfied (use --upgrade to upgrade): thumbor in /usr/local/lib/python2.7/dist-packages/thumbor-4.0.0-py2.7-linux-x86_64.egg (from opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): tornado>=2.1.1,<3.2.0 in /usr/local/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): pyCrypto>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): pycurl>=7.19.0,<7.20.0 in /usr/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): Pillow>=2.1.0,<2.4.0 in /usr/local/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): derpconf>=0.2.0 in /usr/local/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): python-magic>=0.4.3 in /usr/local/lib/python2.7/dist-packages (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): pexif==0.13 in /usr/local/lib/python2.7/dist-packages/pexif-0.13-py2.7.egg (from thumbor->opencv-engine)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from derpconf>=0.2.0->thumbor->opencv-engine)
Installing collected packages: opencv-engine
  Running setup.py install for opencv-engine
    libdc1394 error: Failed to initialize libdc1394

Successfully installed opencv-engine
Cleaning up...
heynemann commented 10 years ago

Googling for it this is what I found http://stackoverflow.com/questions/12689304/ctypes-error-libdc1394-error-failed-to-initialize-libdc1394

Did you try to use the engine even with that message?

If it failed can you tell me how?

scorphus commented 9 years ago

ping, @majimboo

scorphus commented 9 years ago

This is an OpenCV issue. TravisCI build also shows this message. I'm closing this one.