Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Installation failure with macOS, Homebrew OpenSSL #21

@zachriggle

Description

@zachriggle

proofofwork fails to install out-of-the-box on macOS due to missing OpenSSL libraries.

OpenSSL is installed on my system with brew install openssl.

In order for the build to succeed, the command must be invoked a la:

$ CFLAGS='-I/usr/local/opt/openssl/include' pip install --user proofofwork

It may be useful to check for this missing flag on macOS, and set the appropriate environment variable if that directory exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions