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/10/21 23:40:53 UTC

[GitHub] [pulsar] tuteng commented on issue #5432: Revert "[Issue 4956]Add default loader for latest pyyaml"

tuteng commented on issue #5432: Revert "[Issue 4956]Add default loader for latest pyyaml"
URL: https://github.com/apache/pulsar/pull/5432#issuecomment-544752697
 
 
   The pyyaml version here https://github.com/apache/pulsar/blob/master/docker/pulsar/Dockerfile#L48 seems a bit old. 
   Why not try to install the new pyyaml https://github.com/apache/pulsar/blob/branch-2.4/docker/pulsar/Dockerfile#L61?
   ```
   pip2.7 install pyyaml==5.1.2
   pip3.7 install pyyaml==5.1.2
   ```

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