Greenlet compiling issue because outdated package
Opened this issue · 3 comments
Mte90 commented
Describe the bug or question
Iget this errori with poetry:
Note: This error originates from the build backend, and is likely not a problem with poetry but with greenlet (2.0.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "greenlet (==2.0.2)"'.
Following python-greenlet/greenlet#383 I changed the version to 3.0.2 and everything worked.
igorbenav commented
Nice catch! Do you want to fix it or should I?
Mte90 commented
I don't know where that package is used in the boilerplate and if something is changed...
AlexTwinLabs commented
Hello ! Just bumping this as it is blocking for me - I have the same problem with greenlet-3.0.3. I cannot switch to 3.0.2 due to conflicts with other dependencies (and I have no idea how to fix 3.0.3 myself)
Thanks for everything !