When I install yara-python from pip it works correctly, and takes a few seconds to build the internal yara library - but when I create my own python app with yara-python in the install_requires of the setup.py it builds the yara-python really fast, like its not building the internal yara library and when I try to do a simple python -c "import yara" it gives an error about yr_finalize not being defined in yara.so.
Thanks, Topher -- You received this message because you are subscribed to the Google Groups "YARA" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
