-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cant install wily due to dependency conflict with Click <8.0 #142
Comments
hi 👋 For some reason version, 1.21.0 of Below you can find all dependencies of
|
@skarzi What steps did you do to reproduce this? I'm looking at the sdist on PyPI and it has the correct dependencies |
The minimal example is to simply run
So it seems like an unproperly built version of the |
Section `[build-system]` is used by `pip` to properly build package managed by `flit`. Package's dependencies are taken from section `[tool.flit.metadata].requires`. This commit fixes: tonybaloney#142 References: + https://flit.pypa.io/en/latest/pyproject_toml.html#build-system-section + https://flit.pypa.io/en/latest/pyproject_toml.html#pyproject-old-metadata + tonybaloney#142
Should this issue be reopened then? |
Describe the bug
I am trying to use wily but it fails to install due to it requiring Click < 8 and my project uses click 8.0. Is this arbitrary or can it be upgraded to use Click 8.0 also?
To Reproduce
Steps to reproduce the behavior:
require Click 8.0.* and try and install wily
Expected behavior
Wily should successfully install.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: