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 2019/07/18 06:40:20 UTC

[GitHub] [pulsar] tuteng opened a new pull request #4754: [Integeration-test]Fix integration-test failed when execute pip3 install pulsar_client

tuteng opened a new pull request #4754: [Integeration-test]Fix integration-test failed when execute pip3 install pulsar_client
URL: https://github.com/apache/pulsar/pull/4754
 
 
   ### Motivation
   When installing the pulsar-client-2.5.0 using the image openjdk:8-jdk-slim, for Debian 10 systems, python3.7 will be installed when apt-get install python3 is executed. When installing the client using pip3, the following exception will be thrown
   ```
   cat /etc/issue
   Debian GNU/Linux 10 \n \l
   
   root@40fdedf3f3c3:/# python3
   Python 3.7.3 (default, Apr  3 2019, 05:39:12)
   [GCC 8.3.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>>
   
   root@40fdedf3f3c3:/# pip3 install pulsar_client-2.5.0-cp35-cp35m-manylinux1_x86_64.whl
   ERROR: pulsar_client-2.5.0-cp35-cp35m-manylinux1_x86_64.whl is not a supported wheel on this platform.
   ```
   
   ### Modification
   
   Install Use pip3.5 instead of pip3.
   
   
   

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