You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/22 23:10:20 UTC

[GitHub] [openwhisk-package-kafka] dubee commented on a change in pull request #362: Upgrade Provider from Python 2 to 3

dubee commented on a change in pull request #362: Upgrade Provider from Python 2 to 3
URL: https://github.com/apache/openwhisk-package-kafka/pull/362#discussion_r349829937
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -33,7 +33,7 @@ ENV CPLUS_INCLUDE_PATH /usr/local/include
 ENV LIBRARY_PATH /usr/local/lib
 ENV LD_LIBRARY_PATH /usr/local/lib
 
-RUN pip install gevent==1.1.2 flask==0.11.1 confluent-kafka==${LIBRDKAFKA_VERSION} \
+RUN pip install gevent==1.5a2 flask==0.11.1 confluent-kafka==${LIBRDKAFKA_VERSION} \
 
 Review comment:
   gevent 1.4 does not work with latest version of Python.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services