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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Installing PyKafka via pip install pykafka results in the compilation of a tests module inside of site-packages. I confirmed this on both Windows and Linux with Python 3.6.5.
> ls ../python3.6/site-packages/tests
conftest.py __init__.py __pycache__ pykafka
Shouldn't this be installed in site-packages/kafka?
PyKafka version: 2.8 Kafka version: N/A
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installing PyKafka via
pip install pykafka
results in the compilation of atests
module inside ofsite-packages
. I confirmed this on both Windows and Linux with Python 3.6.5.Shouldn't this be installed in site-packages/kafka?
PyKafka version: 2.8
Kafka version: N/A
The text was updated successfully, but these errors were encountered: