Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
17829 Widoki

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..


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

thank you it's working

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Ahmed,


Try 

pip install setuptools --upgrade

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


Regards

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 21
2403
1
sie 25
173
4
lip 25
1537
1
lip 25
847
2
lip 25
868