Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4 Risposte
17842 Visualizzazioni

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
Abbandona
Risposta migliore

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

Avatar
Abbandona
Autore Risposta migliore

thank you it's working

Avatar
Abbandona
Risposta migliore

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
Abbandona
Risposta migliore

Hi Ahmed,


Try 

pip install setuptools --upgrade

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


Regards

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
dic 21
2408
1
ago 25
200
4
lug 25
1567
1
lug 25
869
2
lug 25
890