Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2174 Weergaven


  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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
aug. 24
4144
0
mei 24
1111
2
mrt. 24
14153
4
mrt. 24
18770
0
mei 22
3873