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
Hi there. I have a project with python confluent-kafka listed in dependencies. It tries to use librdkafka library and fails with such error: ld: warning: directory not found for option '-L/opt/homebrew/Cellar/librdkafka/2.1.0/lib.
The newest version of the library is 2.2.0 and when I try to install it via brew I get only 2.2.0.
How can I install 2.1.0 inside my system?
brew install librdkafka@2.1.0 doesn't work
Warning: No available formula with the name "librdkafka@2.1.0". Did you mean librdkafka?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I have a project with python
confluent-kafka
listed in dependencies. It tries to use librdkafka library and fails with such error:ld: warning: directory not found for option '-L/opt/homebrew/Cellar/librdkafka/2.1.0/lib
.The newest version of the library is
2.2.0
and when I try to install it via brew I get only2.2.0
.How can I install
2.1.0
inside my system?brew install librdkafka@2.1.0
doesn't workBeta Was this translation helpful? Give feedback.
All reactions