Skip to content

Install librdkafka dependency on Mac OSX #6

Closed
@mikesparr

Description

@mikesparr

I was unable to install this via PIP on my Mac given the latest Homebrew formula for librdkafka was only up to 0.9 and I saw errors during PIP install. To solve I edited the Homebrew formula for librdkafka to download the latest version. After that, the PIP install worked without errors.

You can type:

  • brew edit librdkafka and then paste in content above
  • you might have to brew unlink librdkafka before installing new version
  • afterwords in your setup.py file add dependency confluent-kafka and then run
    • python setup.py install (or with sudo)

Good luck!

Metadata

Metadata

Assignees

No one assigned

    Labels

    installationAny issue related to library installation. Please consider adding an operating system label as well

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions