TOMToolkit / tom_antares

Antares Broker module for the TOM Toolkit
GNU General Public License v3.0
0 stars 5 forks source link

Antares_client incompatible with python>3.10 without librdkafka #41

Open jchate6 opened 11 months ago

jchate6 commented 11 months ago

See PR #718 for discussion.

davner commented 10 months ago

Hi @jchate6, I ran into this issue. I had to install librdkafka using homebrew as well. This is because of antares-client>=1.3.0 having confluent_kafka pinned to 1.7.0. This issue doesn't happen if using confluent_kafka>=2 but I believe antares-client has authorization issues using the newer release of confluent-kafka.

I am on a Mac M2 using python3.10. The wheels are missing for my architecture. https://pypi.org/project/confluent-kafka/1.7.0/#files

This also impacted another user using intel Mac. Can you point me to the repo with the PR you listed above?

jchate6 commented 10 months ago

Hi @davner I've updated the link above (It's to a PR for integrating poetry into TOM Base) . I'm not sure that conversation will be very fruitful for you. :/ It basically involves a lot a can kicking.

davner commented 10 months ago

Thanks for the link!