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

前端 未结 5 1569
无人共我
无人共我 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:06

    1. Install Cython using

      easy_install Cython

    2. After completion of cython, install libxslt-devel & libxml2-devel using

      yum install libxslt-devel libxml2-devel

    This worked for me.

提交回复
热议问题