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
but if I try in python to import yara I get ModuleNotFoundError: No module named 'yara'
(Instead if I try inside docker image to follow same step I used to compile, it works with any issue)
There is any other library/file to copy from compiler stage to the final stage?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
would like to know what are the right lib to copy after compiled yara && yara-python from sources.
at the end :
but if I try in python to import yara I get ModuleNotFoundError: No module named 'yara'
(Instead if I try inside docker image to follow same step I used to compile, it works with any issue)
There is any other library/file to copy from compiler stage to the final stage?
Thanks
The text was updated successfully, but these errors were encountered: