src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory

前端 未结 5 1560
无人共我
无人共我 2020-12-02 07:18
  1. I am running the following comand for installing the packages in that file \" pip install -r requirements.txt --download-cache=~/tmp/pip-cache\".

5条回答
  •  不思量自难忘°
    2020-12-02 08:13

    without sudo rights you can install lxml with:

    STATIC_DEPS=true pip install lxml
    

    As mentioned in the lxml documentation

提交回复
热议问题