Skip to content

PyPI package is badly builtΒ #1712

Open
Open
@facundobatista

Description

@facundobatista

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

Metadata

Metadata

Assignees

Labels

bugReporting an unexpected or problematic behavior of the codebase

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions