Add Nexus repository so DSS can search for internal python packages

Solved!
sylvyr3
Level 3
Add Nexus repository so DSS can search for internal python packages

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.

1 Solution
Clรฉment_Stenac

Hi,

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

Add two entries:

--extra-index-url

and 

https://the.url.of.the.pypi.endpoint.of.your.nexus

View solution in original post

3 Replies
CoreyS
Dataiker Alumni

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.

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos
Clรฉment_Stenac

Hi,

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

Add two entries:

--extra-index-url

and 

https://the.url.of.the.pypi.endpoint.of.your.nexus

sylvyr3
Level 3
Author

This is exactly what we were looking for. THanks.