Skip to content

Fix for weird issue with Nexus not able to resolve basic packages#483

Open
benosteen wants to merge 1 commit intomainfrom
use_nexus_as_extra
Open

Fix for weird issue with Nexus not able to resolve basic packages#483
benosteen wants to merge 1 commit intomainfrom
use_nexus_as_extra

Conversation

@benosteen
Copy link
Copy Markdown
Contributor

Trying to clean room install a few things, and was getting very strange errors from pip trying to get authentication from a user when being run in docker compose build. Once I fixed that, the next error was that nexus did not have some basic packages, such as setuptools.

#0 4.902   × pip subprocess to install build dependencies did not run successfully.
#0 4.902   │ exit code: 1
#0 4.902   ╰─> [3 lines of output]
#0 4.902       Looking in indexes: https://:****@artifacts.getty.edu/repository/jpgt-pypi-virtual/simple
#0 4.902       ERROR: Could not find a version that satisfies the requirement setuptools (from versions: none)
#0 4.902       ERROR: No matching distribution found for setuptools
#0 4.902       [end of output]

This PR uses Nexus repo as an extra package URL to work around the error. It may not be needed, as it could be something to do with the permissions changing for the nexus user/password but I am parking this here just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant