KX Community

Find answers, ask questions, and connect with our KX Community around the world.

Home Forums kdb Insights pip install kxi – ERROR: No matching distribution found for kxi

  • pip install kxi – ERROR: No matching distribution found for kxi

    Posted by krish240574 on June 1, 2023 at 12:00 am

    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

    krish240574 replied 2 months ago 2 Members · 3 Replies
  • 3 Replies
  • rocuinneagain

    Member
    June 1, 2023 at 12:00 am

    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.

  • krish240574

    Member
    June 1, 2023 at 12:00 am

    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…

     

  • rocuinneagain

    Member
    June 1, 2023 at 12:00 am

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

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

Log in to reply.