Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
17835 Представления

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


Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор Лучший ответ

thank you it's working

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Лучший ответ

Hi Ahmed,


Try 

pip install setuptools --upgrade

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


Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
дек. 21
2405
1
авг. 25
182
4
июл. 25
1555
1
июл. 25
862
2
июл. 25
879