You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing package from private PYPi and this package has same private dependency which perfectly builded by setuptools, Pipenv fails to install it. For some reason dependency links like this:
Ah this is sometimes reported from time to time, essentially:
Your pypi is likely the first source and the private sources secondary, so you have to explicitly add the downstream private dependencies with the right index specifier to the Pipfile for this scenario to work properly, or default to private sources as first source, which often requires mirroring the pypi dependencies you need to that private source as well.
Issue description
When installing package from private PYPi and this package has same private dependency which perfectly builded by
setuptools
, Pipenv fails to install it. For some reason dependency links like this:Are not working on deeper type of package. But when installing private packages in first place: it works.
Expected result
Package installed perfectly fine
Actual result
Here all mentions of private repositories are replaced and credentials are also replaced
Steps to replicate
A
)B
)A
)B
)Results of support
Could not be provided, due big and private content... If required, will provide pastebin link here.
The text was updated successfully, but these errors were encountered: