You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/19 01:21:33 UTC

[GitHub] [pulsar] zymap opened a new issue #8622: Migrate the python2.7 to python3.7

zymap opened a new issue #8622:
URL: https://github.com/apache/pulsar/issues/8622


   **Motivation** 
   
   [PIP-56](https://github.com/apache/pulsar/wiki/PIP-56:-Python3-Migration) proposal we should upgrade our python version in the Docker image, we did that in the PR #7963. 
   But I still find some python2.7 usage in the pulsar repository:
   
   function module:
   https://github.com/apache/pulsar/blob/master/pulsar-functions/scripts/python/generate.sh
   
   cpp module:
   https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/CMakeLists.txt#L175
   https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/CMakeLists.txt#L40https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/pkg/osx/vagrant-build.sh#L38
   
   Should we remove them as well?
   


----------------------------------------------------------------
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



[GitHub] [pulsar] BewareMyPower commented on issue #8622: Migrate the python2.7 to python3.7

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on issue #8622:
URL: https://github.com/apache/pulsar/issues/8622#issuecomment-730142337


   The C++ related build and test scripts rely on the docker image `apachepulsar/pulsar-build:ubuntu-16.04`.
   
   `Dockerfile`s under https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/docker directory also need changes.


----------------------------------------------------------------
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