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 2018/10/03 13:59:10 UTC

[GitHub] csantanapr opened a new issue #60: Problems with latest version of gevent in python proxy

csantanapr opened a new issue #60: Problems with latest version of gevent in python proxy
URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/60
 
 
   Tried to use latest version of [gevent 1.3.6](https://pypi.org/project/gevent/) 
   It looks like starting with version 1.3 we can't longer import the way is currently `from gevent.wsgi import WSGIServer` we need to use `from gevent.pywsgi import WSGIServer`
   
   I propose we update the python code to hande the latest gevent version, and at the same time also update flask to latest.
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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