Skip to content

Commit

Permalink
Fix: Docker Quickstart - Sample Data Loading Error
Browse files Browse the repository at this point in the history
Specify the python version for the required confluent-Kafka library.
  • Loading branch information
RealChrisL authored Mar 27, 2020
1 parent e48c1d8 commit d1cf628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata-ingestion/mce-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
confluent-kafka==1.1.0
avro-python3==1.8.2
avro-python3==1.8.2; python_version == '3.7

This comment has been minimized.

Copy link
@keremsahin1

keremsahin1 Mar 27, 2020

Contributor

Missing 'in the end?

confluent-kafka==1.1.0; python_version == '3.7'
confluent-kafka[avro]==1.1.0; python_version < '3.7'

0 comments on commit d1cf628

Please sign in to comment.