We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempt to import yara module under Python 3.7.2. will show import error
ImportError: /<virtual_environment_path> /lib/python3.7/site-packages/yara.cpython-37m-x86_64-linux-gnu.so: undefined symbol: OPENSSL_sk_num
openssl version affected : 1.1.0g
After some research, some suggest that affected module are not pointing to the correct openssl library contains OPENSSL_sk_num symbol.
To work around this problem , I downgrade my python working environment from 3.7 to 3.6.
The text was updated successfully, but these errors were encountered:
I also had a similar problem: mportError: dlopen(/Library/Python/2.7/site-packages/yara.so, 2): Symbol not found: _OPENSSL_sk_free
Sorry, something went wrong.
same in python2.7
No branches or pull requests
Attempt to import yara module under Python 3.7.2. will show import error
openssl version affected : 1.1.0g
After some research, some suggest that affected module are not pointing to the correct openssl library contains OPENSSL_sk_num symbol.
To work around this problem , I downgrade my python working environment from 3.7 to 3.6.
The text was updated successfully, but these errors were encountered: