VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
659 stars 179 forks source link

Symbol not found: _yr_compiler_add_file #30

Closed r3comp1le closed 7 years ago

r3comp1le commented 8 years ago

OSX Yara Version 3.5 yara-python==3.5.0

`

import yara Traceback (most recent call last): File "", line 1, in ImportError: dlopen(/Library/Python/2.7/site-packages/yara_python-3.5.0-py2.7-macosx-10.11-intel.egg/yara.so, 2): Symbol not found: _yr_compiler_add_file Referenced from: /Library/Python/2.7/site-packages/yara_python-3.5.0-py2.7-macosx-10.11-intel.egg/yara.so Expected in: flat namespace in /Library/Python/2.7/site-packages/yara_python-3.5.0-py2.7-macosx-10.11-intel.egg/yara.so `

plusvic commented 7 years ago

This issue is a bit old, feel free to re-open it if it's persisting in latest version.