cancel
Showing results for 
Search instead for 
Did you mean: 

pip install kxi - ERROR: No matching distribution found for kxi

krish240574
New Contributor III

Hello, 

I was trying to pip install kxi according to the instructions at :
https://code.kx.com/insights/1.5/api/kxi-python/index.html

I get the following error :

pip install kxi
ERROR: Could not find a version that satisfies the requirement kxi (from versions: none)
ERROR: No matching distribution found for kxi

Please advise, 

Krishna

1 ACCEPTED SOLUTION

rocuinneagain
Valued Contributor
Valued Contributor

Pass your credentials and the URL to the KX repository:

 

pip install --extra-index-url=https://$KX_PYPI_USER:$KX_PYPI_PASS@nexus.dl.kx.com/repository/kxi/simple/ kxi

 

The documentation will be updated to correct this.

View solution in original post

3 REPLIES 3

rocuinneagain
Valued Contributor
Valued Contributor

Pass your credentials and the URL to the KX repository:

 

pip install --extra-index-url=https://$KX_PYPI_USER:$KX_PYPI_PASS@nexus.dl.kx.com/repository/kxi/simple/ kxi

 

The documentation will be updated to correct this.

I was able to  pip install pykx without credentials and it works fine. (I guess maybe because pykx was recently opensourced).
That leaves the mystery of the pip install kxi...

 

Only PyKX has been released on open PyPi in that way.

The correction to the documentation for kxi will be online soon.