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.
Best Answer
-
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 Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
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. -
This is exactly what we were looking for. THanks.