跳至内容
菜单
此问题已终结
4 回复
18003 查看

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

形象
丢弃
相关帖文 回复 查看 活动
0
12月 21
2425
1
8月 25
409
1
8月 25
372
4
7月 25
1706
1
7月 25
972