-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry add stops working on Ubuntu with present global pip.config file #1572
Comments
I am having exactly same issue. The URL contains credentials which if stored in pip.conf become a part of you local environment and are not exposed. With poetry we will have to expose url with credentials in our pyproject.tml, which is not acceptable. We need poetry to regard pip.conf. See "Using Credentials" in https://www.jfrog.com/confluence/display/JFROG/PyPI+Repositories Has anyone had a chance to look into it? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Poetry add stops working when a global pip.config in $HOME/.config/pip/pip.conf is present with
When I delete the config,
poetry add
starts working again in the same project folder:With pip.config existing:
Without pip.config existing:
Hope this is sufficient information.
The text was updated successfully, but these errors were encountered: