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

前端 未结 5 1570
无人共我
无人共我 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 07:52

    Install libxslt-devel & libxml2-devel using

    sudo apt-get install libxml2-dev libxslt1-dev
    

    After installing follow the above one

提交回复
热议问题