Skip to content
New issue

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

Unable to build Sphnix documentation on macOS #234

Open
seanthegeek opened this issue Apr 15, 2023 · 2 comments
Open

Unable to build Sphnix documentation on macOS #234

seanthegeek opened this issue Apr 15, 2023 · 2 comments

Comments

@seanthegeek
Copy link

Building Sphinx documentation works fine in Debian but fails in macOS

Running Sphinx v6.1.3

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/Users/sean/dev/yaramail/venv/lib/python3.10/site-packages/sphinx/config.py", line 351, in eval_config_file
    exec(code, namespace)  # NoQA: S102
  File "/Users/sean/dev/yaramail/docs/source/conf.py", line 17, in <module>
    from yaramail import __version__
  File "/Users/sean/dev/yaramail/yaramail/__init__.py", line 9, in <module>
    import yara
ImportError: dlopen(/Users/sean/dev/yaramail/venv/lib/python3.10/site-packages/yara.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_EVP_MD_get_size'

make: *** [html] Error 2
@plusvic
Copy link
Member

plusvic commented Apr 17, 2023

It looks like the OpenSSL is not being found. Which method did you use for installing yara-python?

@wbr0603
Copy link

wbr0603 commented Jun 26, 2023

me too, and I use pip install yara-python, it is not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants