-
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
Current master falls back to PyPi when using private repo. #5682
Comments
Following from #5651. Any chance you can provide the logs for the same command with |
Sorry for the double tickets, I'll comment here going forward.
|
Thanks for the logs @voney I will take a peek in the next few days. Seems for some reason instead of accepting a 404 as a "package not available in this source", we are raising the exception. One the of the issues here is that we do not deal very well with transient deps. A mitigation in the interim might be to explicitly add |
Thans for the quick reply @abn I'll wait for version 1.2, I'm trying to get poetry used within my work and workarounds aren't going to fly. |
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. |
Following on from #5651
The original issue was that poetry could not handle repositories that hand back CDN links for packages with authenticationbaked into the URL because it would still add the base repository index auth details to the request headers.
After trying the lastest version from git I get a new issue.
That's after adding the myget repo using:
Originally posted by @voney in #5651 (comment)
The text was updated successfully, but these errors were encountered: