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 2022/04/28 23:31:42 UTC

[GitHub] [pulsar] merlimat opened a new pull request, #15376: PIP-155: Removed Python 2 support

merlimat opened a new pull request, #15376:
URL: https://github.com/apache/pulsar/pull/15376

   ### Motivation
   
    * Remove Python 2 from build scripts
   
   
   ### Modifications
   
    * Use Python3 in build image
    * Update build image to ubuntu:20.04 (There is no Python 3.7 support in the old Ubuntu)
    * Use `python3` instead of `python` in the executable scripts


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #15376: PIP-155: Removed Python 2 support

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15376:
URL: https://github.com/apache/pulsar/pull/15376


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] BewareMyPower commented on pull request #15376: PIP-155: Removed Python 2 support

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on PR #15376:
URL: https://github.com/apache/pulsar/pull/15376#issuecomment-1112900984

   ```
   CMake Error at CMakeLists.txt:272 (string):
     string sub-command REPLACE requires at least four arguments.
   
   
   -- PYTHON: 
   ```
   
   It looks like `find_package(PythonLibs REQUIRED)` didn't find the `PYTHONLIBS_VERSION_STRING` correctly.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org