-
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
Unable to find installation candidates, but can install via pip #3621
Labels
kind/bug
Something isn't working as expected
Comments
furgoose
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Jan 30, 2021
This is probably a duplicate of #3591. |
Probably the most complete ticket is this one: #3458 (assuming it is indeed the same root cause). |
Ah yeah I missed those issues, looks to be the same cause. This can be closed then 👍🏻 |
3 tasks
3 tasks
4 tasks
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
-vvv
option).Issue
When trying to install PySide6 via
poetry add PySide6
, it fails to find a candidate for the dependency shiboken6, despite being able to install normally usingpip install PySide6
within the environment. I've tried running with debug mode as noted above, but no additional helpful information is revealed.The text was updated successfully, but these errors were encountered: