-
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
Regression: poetry show -o
fails with some github repos
#8112
Comments
possibly caused by #7973 |
eg #7744 stalled because no one could provide a way to reproduce it. You also haven't provided a way to reproduce this, so it won't do any better
That doesn't stop it from being a duplicate! Please close, and continue the conversation there. |
@dimbleby you can use the pyproject I provided, or:
#7744 is about installing a private package but install works fine in my example. The issue here is just with If you think I should still close, then please confirm and I will do so. |
Additional details:
and it worked fine. |
Your pyproject.toml is not sufficient to reproduce this:
I now recall that #7744 itself should be closed as a duplicate of two others, we certainly don't need a fourth open issue. |
Closing and moving the conversation to #7744 |
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. |
Poetry version: 1.5.1
Python version: 3.11.4
OS version and name: MacOS 13.3.1
pyproject.toml: link
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
In 1.5.1, when I try to run
poetry show -o
, the command fails and provides the error listed below. I was able to isolate the issue to a specific github dependency in my project. This dependency hasn't been updated in a few years.Things worked fine in 1.5.0 and below.
Possible duplication of #7744 but decided to open a new ticket because the conversation stalled in that ticket.
Verbose Output
The text was updated successfully, but these errors were encountered: