-
Notifications
You must be signed in to change notification settings - Fork 54
ERROR: Double requirement given: wheel>=0.34.2 (already in wheel, name='wheel') #86
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
Comments
Hello @abravalheri ,
So it should not be necessary to declare it in the fin swimmer |
Thank you very much Fin. I will remove it. Just for my own understanding: does this mean also that any 2 build-time dependencies that declare a repeated requirement will end up causing this error if one of them specifies a version range and the other one doesn't? |
Hi @finswimmer, I removed the |
@abravalheri Don't use setup_requires with pyproject.toml's |
Hi @pradyunsg thank you very much for your time in looking at this issue. I have other question (sorry, so many doubts). If I don't include (Unfortunately I could not find much information in setuptools docs, even the deprecation of |
We've come to an agreement that the functionality to create isolated build environments and install build dependencies will live in the PyPA build project. The So I'm closing this, as there won't be any further significant work here installing build dependencies. Hopefully |
Hi guys, thank you very much for all the work you have put on this.
I run into an weird error this morning while trying to build a project with pep517, so I tried to recreate a reduced version that demonstrates the error, to report the issue.
It seems that pep517 tries to include
wheel
in the build environment but does not reconcile the version when the user specifies a range insetup.cfg :: options.setup_requires
orpyproject.toml :: build-system.requires
.This is the error message I am having:
And these are the files to reproduce the test:
After creating the files I did:
Please let me know if you need any other information, or if it is more appropriate to report this issue elsewhere.
The text was updated successfully, but these errors were encountered: