You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from image_process import features_pedro_py as pyhog
ImportError: dlopen(.../features_pedro_py.so, 2): no suitable image found. Did find:
.../features_pedro_py.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
I have visited the source code link in your code and tried to compile the code from source but encountered another error:ld:
symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Could you help me?
The text was updated successfully, but these errors were encountered:
I found that, my code works on ubuntu 16.04 without any errors, but it does not work on my MacBook Air (osx, Siera) and shows the totally same error as your report.
Because I borrowed the features_pedro_py and I'm not familiar with .cc (C#?), I can't get rid of the error.
Anyway, though I can't help you on Osx environment, you maybe able to run my code on ubuntu or linux environment.
from image_process import features_pedro_py as pyhog
ImportError: dlopen(.../features_pedro_py.so, 2): no suitable image found. Did find:
.../features_pedro_py.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
I have visited the source code link in your code and tried to compile the code from source but encountered another error:ld:
symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Could you help me?
The text was updated successfully, but these errors were encountered: