Add Nexus repository so DSS can search for internal python packages

Options
sylvyr3
sylvyr3 Registered Posts: 21 ✭✭✭✭

Is it possible to have DSS look at an internally hosted Nexus server for python packages?

Most of our users use python environments managed by DSS. We would like to add our Nexus server as a trusted host to the DSS pip command so we can easily install internal packages.

Best Answer

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker
    Answer ✓
    Options

    Hi,

    You'll need to add "Extra options for pip install" in "Administration > Settings > Misc"

    Add two entries:

    --extra-index-url

    and

    <a href="https://the.url.of.the.pypi.endpoint.of.your.nexus" target="_blank">https://the.url.of.the.pypi.endpoint.of.your.nexus</a>

Answers

  • CoreyS
    CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
    Options

    Hi, @sylvyr3
    ! Can you provide any further details on the thread to assist users in helping you find a solution (insert examples like DSS version etc.) Also, can you let us know if you’ve tried any fixes already?This should lead to a quicker response from the community.

  • sylvyr3
    sylvyr3 Registered Posts: 21 ✭✭✭✭
    Options

    This is exactly what we were looking for. THanks.

Setup Info
    Tags
      Help me…