<#17726 Python Pipfile CodeArtifact> Issue created...
# github-notifications
q
#17726 Python Pipfile CodeArtifact Issue created by nikwotton Describe the bug I have a project with a pipfile and pipfile.lock. The pipfile is pointing to an internal codeartifact instance, so I’ve therefore added a
indexes.add
line to pants.toml. I’m trying to run ./pants generate-lockfiles but it’s erroring in claiming it’s unable to find specific artifacts. I think it’s finding some of them, because as I tweak the pipfile.lock it moves onto other artifacts it can’t find. The logs aren’t being super helpful though, just regurgitating that it can’t find an artifact matching a long list of requirements. Is there a way to enable a verbose/debug logging so I can see if it’s finding some before it fails on others vs just not finding any? Or any other debugging tips I could try? Pants version 2.14.0 OS Linux inside docker pantsbuild/pants
u