-
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
Can't Add Package #8656
Comments
Read the error message. This is not a poetry bug. Please close. |
Certainly did read the error message @dimbleby and running the test fails but why does it work with poetry on other platforms? |
Read the logs. - poetry is telling you that none of the fast-bencode wheel distributions are suitable for this platform. You will need to take this up with fast-bencode: either to publish a wheel that works for you or to fix their source distribution. |
Thanks @dimbleby I suspected this might be the case from the logs but then when I installed with pip it did install a suitable wheel (as you can see above) which then confused me. Would it be something to do with PEP 517? |
are you sure you read the error message? |
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) and have included the output below.Issue
Hello and thanks for this fantastic tool.
I cannot get poetry to add a package on my ubuntu system. It works fine on my macOS development machine and on a hosted linux machine. It also works OK if I switch to a poetry shell and install it using pip.
I thought perhaps this patch might have fixed it so I installed the git version but the problem persists.
Here's the output:
Here's the pip version:
The text was updated successfully, but these errors were encountered: