青龙问题求教

新赚吧 2022-11-26 00:00:00


求教大神怎么办,请大神指教一下。青龙面板在python3下边安装lxml依赖,安装了很多次都失败已经在linux下面安装了lxml、libxslt        、libxslt-devel        、bizCode、libxml2、bizMsg这些依赖。在python下面安装了wheel依赖现在安装lxml依赖,总是报错报错内容如下开始安装依赖 lxml,开始时间 2022/11/26 下午9:59:19Collecting lxml  Using cached lxml-4.9.1.tar.gz (3.4 MB)    ERROR: Command errored out with exit status 1:     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '''/tmp/pip-install-aa_382gu/lxml/setup.py'''; __file__='''/tmp/pip-install-aa_382gu/lxml/setup.py''';f=getattr(tokenize, '''open''', open)(__file__);code=f.read().replace('''\r\n''', '''\n''');f.close();exec(compile(code, __file__, '''exec'''))' egg_info --egg-base /tmp/pip-pip-egg-info-h4junvw8         cwd: /tmp/pip-install-aa_382gu/lxml/    Complete output (3 lines):    Building lxml version 4.9.1.    Building without Cython.    Error: Please make sure the libxml2 and libxslt development packages are installed.    ----------------------------------------ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.依赖安装失败,结束时间 2022/11/26 下午9:59:45,耗时 25.909 秒


原文链接