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

Istvan Toth commented on PHOENIX-5939:
--------------------------------------

I've uploaded the Python Phoenix driver to the *_test_* PyPI server. 
The command to install is:
{{}}
{code:java}
pip3 install requests-gssapi{code}
{{}} (this module is not available on the test server)
{{}}
{code:java}
pip3 install -i https://test.pypi.org/simple/ phoenixdb==1.0.0.dev0{code}
{{}}
For python 2.7:
{{}}
{code:java}
pip2 install 'gssapi<1.6.0' {code}
{{}}(this module is not available on the test server)
{{}}
{code:java}
pip2 install -i https://test.pypi.org/simple/ phoenixdb==1.0.0.dev0 {code}

> Publish PhoenixDB to PyPI
> -------------------------
>
>                 Key: PHOENIX-5939
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5939
>             Project: Phoenix
>          Issue Type: Task
>          Components: queryserver
>    Affects Versions: queryserver-6.0.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> The original PhoenixDB driver was published to PyPI.
> The improved version in phoenix-queryserver is only available from there.
> We should start publishing the driver again.
> Some questions to answer:
>  * Can we take over the old PyPI project ?
>  * Do we want to ?
>  * What should be the project/artifact name (if not the old one)
>  * Version numbering ?
>  * Do we want to publish development versions ?
>  * What is the process / who should do the publishing ?
>  * Any blockers before we start publishing ?



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

Reply via email to