Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2188 Vues


  note: This error originates from a subprocess, and is likely not a problem with pip.

  ERROR: Failed building wheel for lxml

Failed to build greenlet lxml

ERROR: Could not build wheels for greenlet, lxml, which is required to install pyproject.toml-based projects



Avatar
Ignorer
Meilleure réponse

Hi,

The issue is with the 'lxml' package. To fix it, try installing 'lxml' manually from the terminal instead of using the 'requirements.txt file'. You can do this by running the command 'pip3 install lxml'. Make sure you run this in a Python virtual environment. After installing 'lxml', remove it from the 'requirements.txt' file to avoid reinstalling it. Then, run the 'pip install -r requirements.txt' command to install the other packages. This should solve the problem and allow you to install everything else


Hope it helps

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
août 24
4200
0
mai 24
1112
2
mars 24
14221
4
mars 24
18809
0
mai 22
3892