Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
17875 Vues

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
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Auteur Meilleure réponse

thank you it's working

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

Hi Ahmed,


Try 

pip install setuptools --upgrade

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


Regards

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
déc. 21
2416
1
août 25
90
1
août 25
277
4
juil. 25
1620
1
juil. 25
913