Skip to content
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

cyffld2 fails to run on Menpo CI #6

Open
jabooth opened this issue Jan 13, 2017 · 1 comment
Open

cyffld2 fails to run on Menpo CI #6

jabooth opened this issue Jan 13, 2017 · 1 comment

Comments

@jabooth
Copy link
Member

jabooth commented Jan 13, 2017

dyn1137-72:_t_env jenkins$ ./bin/python
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:05:08)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import cyffld2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/jenkins/miniconda/1/x64/conda-bld/conda_1484306747272/_t_env/lib/python2.7/site-packages/cyffld2/__init__.py", line 1, in <module>
    from .detection import (detect_objects, detect_frontal_faces,
  File "/Users/jenkins/miniconda/1/x64/conda-bld/conda_1484306747272/_t_env/lib/python2.7/site-packages/cyffld2/detection.py", line 3, in <module>
    from ._ffld2 import FFLDMixture, cy_detect_objects
ImportError: dlopen(/Users/jenkins/miniconda/1/x64/conda-bld/conda_1484306747272/_t_env/lib/python2.7/site-packages/cyffld2/_ffld2.so, 2): Library not loaded: @rpath/libjpeg.8.dylib
  Referenced from: /Users/jenkins/miniconda/1/x64/conda-bld/conda_1484306747272/_t_env/lib/python2.7/site-packages/cyffld2/_ffld2.so
  Reason: image not found
>>>
@patricksnape
Copy link
Contributor

We need to pin libjpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants