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

PyPI package is badly built #1712

Open
1 of 6 tasks
facundobatista opened this issue Feb 21, 2024 · 0 comments
Open
1 of 6 tasks

PyPI package is badly built #1712

facundobatista opened this issue Feb 21, 2024 · 0 comments
Assignees
Labels

Comments

@facundobatista
Copy link

Description

The package in PyPI has two main issues:

  • no README or description
  • misses to declare own dependencies (e.g. requests or fastavro)

How to reproduce

  • create a clean virtual environment, activate
  • pip install confluent_kafka
  • open an interactive interpreter, and:
>>> import confluent_kafka.schema_registry
...
ModuleNotFoundError: No module named 'requests'

Checklist

Please provide the following information:

  • [X ] confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
>>> confluent_kafka.version()
('2.3.0', 33751040)
>>> confluent_kafka.libversion()
('2.3.0', 33751295)
  • Apache Kafka broker version:
  • Client configuration: {...}
  • Operating system: Ubuntu
  • Provide client logs (with 'debug': '..' as necessary)
  • Provide broker log excerpts
  • Critical issue
@pranavrth pranavrth added the bug label Feb 26, 2024
@pranavrth pranavrth self-assigned this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants