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
Syncing an environment with a dependency from a private package index that lacks configured credentials causes hatch to hang. If you use the -v flag, you can see pip is prompting for a password.
Steps to reproduce
Add a private package index to user pip.conf
Add a dependency to a python project from the private index
Run hatch shell
Possible solutions
Adding the --no-input flag to pip installs, would prevent pip from prompting the user for credentials.
The text was updated successfully, but these errors were encountered:
djcopley
added a commit
to djcopley/hatch
that referenced
this issue
Nov 11, 2024
Syncing an environment with a dependency from a private package index that lacks configured credentials causes hatch to hang. If you use the
-v
flag, you can see pip is prompting for a password.Steps to reproduce
hatch shell
Possible solutions
Adding the
--no-input
flag to pip installs, would prevent pip from prompting the user for credentials.The text was updated successfully, but these errors were encountered: