Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
4 Antwoorden
17839 Weergaven

I really do not know the problem I face problem that 


Failed to build greenlet lxml Pillow reportlab

ERROR: Could not build wheels for greenlet, lxml, Pillow, reportlab, which is required to install pyproject.toml-based projects

so if any one face problem like this please help me..


Avatar
Annuleer
Beste antwoord

I usually just comment those modules from requirement.txt and then install them manually

Avatar
Annuleer
Auteur Beste antwoord

thank you it's working

Avatar
Annuleer
Beste antwoord

I had the exact same problem (on a MacBook Air with M2 chip). Setuptools was up to date. I noticed specific version constraints in the requirements.txt. After downgrading from Python 3.12.0 to 3.10.13 (using pyenv, by the way), everything was fine.

Avatar
Annuleer
Beste antwoord

Hi Ahmed,


Try 

pip install setuptools --upgrade

Then try to install packages with versions mentioned in the requirements.txt file


Regards

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
dec. 21
2407
1
aug. 25
188
4
jul. 25
1561
1
jul. 25
864
2
jul. 25
888