You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Akshat Bordia (Jira)" <ji...@apache.org> on 2019/12/25 11:18:00 UTC

[jira] [Commented] (LIVY-736) livy-python-api build fails on MacOS due to old OpenSSL version

    [ https://issues.apache.org/jira/browse/LIVY-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003228#comment-17003228 ] 

Akshat Bordia commented on LIVY-736:
------------------------------------

If alright, I can update the [https://github.com/apache/incubator-livy/blob/master/README.md] document here and create a PR. 

> livy-python-api build fails on MacOS due to old OpenSSL version 
> ----------------------------------------------------------------
>
>                 Key: LIVY-736
>                 URL: https://issues.apache.org/jira/browse/LIVY-736
>             Project: Livy
>          Issue Type: Bug
>          Components: Build
>         Environment: macOS Mojave Version 10.14.5
>            Reporter: Akshat Bordia
>            Priority: Minor
>
> Steps to reproduce:
>  * Run mvn -DskipTests clean package either for the entire project or for python-api project
> Expected Result:
>  * Build should be successful
> Actual Result:
>  * Build fails while downloading dependencies from PIP.
>  * Error Log: Attached
> Mitigation:
>  * The issue is due to TLS v1.0 and v1.1 deprecation for PIP. This can be fixed by upgrading pyOpenSSL to the latest version.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)