-
Notifications
You must be signed in to change notification settings - Fork 218
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
Missing kafka module on fresh pip install frontera
#173
Comments
Thanks @lwm, this will be fixed soon! |
Fixed with latest release. |
Confirmed!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My working versions:
Install
frontera
in a fresh 2.7.6 virtualenv:Import fails due to missing
kafka
module:Passing the
[kafka]
option, things work:If I run
pip install frontera
, I shouldn't get the kafka error, given that these 'options' are optional? If not, the documentation should be updated:The text was updated successfully, but these errors were encountered: