Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Collecting soupsieve>1.2; python_version >= "3.0"
- Using cached soupsieve-2.2.1-py3-none-any.whl (33 kB)
- Building wheels for collected packages: greenlet, libsass, lxml, Pillow, psutil, psycopg2, pyldap, reportlab
- Building wheel for greenlet (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/greenlet/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/greenlet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-iq0p7o39
- cwd: /tmp/pip-install-r8ulhnty/greenlet/
- Complete output (13 lines):
- running bdist_wheel
- running build
- running build_ext
- building 'greenlet' extension
- creating build
- creating build/temp.linux-x86_64-3.8
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c greenlet.c -o build/temp.linux-x86_64-3.8/greenlet.o
- In file included from greenlet.c:5:
- greenlet.h:8:10: fatal error: Python.h: No such file or directory
- 8 | #include <Python.h>
- | ^~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for greenlet
- Running setup.py clean for greenlet
- Building wheel for libsass (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/libsass/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/libsass/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-4tcev_lv
- cwd: /tmp/pip-install-r8ulhnty/libsass/
- Complete output (25 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- copying sass.py -> build/lib.linux-x86_64-3.8
- copying sassc.py -> build/lib.linux-x86_64-3.8
- copying sasstests.py -> build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/sassutils
- copying sassutils/distutils.py -> build/lib.linux-x86_64-3.8/sassutils
- copying sassutils/__init__.py -> build/lib.linux-x86_64-3.8/sassutils
- copying sassutils/builder.py -> build/lib.linux-x86_64-3.8/sassutils
- copying sassutils/wsgi.py -> build/lib.linux-x86_64-3.8/sassutils
- running build_ext
- building '_sass' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/libsass
- creating build/temp.linux-x86_64-3.8/libsass/src
- creating build/temp.linux-x86_64-3.8/libsass/src/memory
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./libsass/include -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c pysass.cpp -o build/temp.linux-x86_64-3.8/pysass.o -c -O3 -fPIC -std=c++0x -Wall -Wno-parentheses -Werror=switch -DLIBSASS_VERSION="3.4.3"
- pysass.cpp:2:10: fatal error: Python.h: No such file or directory
- 2 | #include <Python.h>
- | ^~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for libsass
- Running setup.py clean for libsass
- Building wheel for lxml (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-6j8s_k2x
- cwd: /tmp/pip-install-r8ulhnty/lxml/
- Complete output (95 lines):
- Building lxml version 4.2.3.
- Building without Cython.
- ERROR: b'/bin/sh: 1: xslt-config: not found\n'
- ** make sure the development packages of libxml2 and libxslt are installed **
- Using build configuration of libxslt
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/builder.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/sax.py -> build/lib.linux-x86_64-3.8/lxml
- creating build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.8/lxml/includes
- creating build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.8/lxml/html
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron
- copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.8/lxml/isoschematron
- copying src/lxml/etree.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.8/lxml/includes
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/rng
- copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/rng
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- running build_ext
- building 'lxml.etree' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/src
- creating build/temp.linux-x86_64-3.8/src/lxml
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c src/lxml/etree.c -o build/temp.linux-x86_64-3.8/src/lxml/etree.o -w
- src/lxml/etree.c:97:10: fatal error: Python.h: No such file or directory
- 97 | #include "Python.h"
- | ^~~~~~~~~~
- compilation terminated.
- Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- creating tmp
- cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitwxs24pmq.c -o tmp/xmlXPathInitwxs24pmq.o
- /tmp/xmlXPathInitwxs24pmq.c:1:10: fatal error: libxml/xpath.h: No such file or directory
- 1 | #include "libxml/xpath.h"
- | ^~~~~~~~~~~~~~~~
- compilation terminated.
- *********************************************************************************
- Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
- *********************************************************************************
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for lxml
- Running setup.py clean for lxml
- Building wheel for Pillow (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/Pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/Pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xia9p9sm
- cwd: /tmp/pip-install-r8ulhnty/Pillow/
- Complete output (175 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GifImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GimpGradientFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/TiffTags.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/FliImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageGrab.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImagePath.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/_binary.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageColor.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageTransform.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageDraw2.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageMath.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/MspImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/TarIO.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageEnhance.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageSequence.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/__init__.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GdImageFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageDraw.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageMorph.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PyAccess.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/_util.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PSDraw.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageCms.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/__main__.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageFont.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PcfFontFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/FontFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageMode.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageFilter.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/_tkinter_finder.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/SunImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageWin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/BdfFontFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/MicImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ContainerIO.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/WalImageFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/BlpImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/CurImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageChops.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/features.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ExifTags.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/Image.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageOps.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageQt.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PdfParser.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PngImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/_version.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/JpegPresets.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImagePalette.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/PaletteFile.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageTk.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageStat.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/ImageShow.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- copying src/PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-3.8/PIL
- running egg_info
- writing src/Pillow.egg-info/PKG-INFO
- writing dependency_links to src/Pillow.egg-info/dependency_links.txt
- writing top-level names to src/Pillow.egg-info/top_level.txt
- reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: no files found matching '*.c'
- warning: no files found matching '*.h'
- warning: no files found matching '*.sh'
- no previously-included directories found matching 'docs/_static'
- warning: no previously-included files found matching '.appveyor.yml'
- warning: no previously-included files found matching '.coveragerc'
- warning: no previously-included files found matching '.codecov.yml'
- warning: no previously-included files found matching '.editorconfig'
- warning: no previously-included files found matching '.landscape.yaml'
- warning: no previously-included files found matching '.readthedocs.yml'
- warning: no previously-included files found matching 'azure-pipelines.yml'
- warning: no previously-included files found matching 'tox.ini'
- warning: no previously-included files matching '.git*' found anywhere in distribution
- warning: no previously-included files matching '*.pyc' found anywhere in distribution
- warning: no previously-included files matching '*.so' found anywhere in distribution
- no previously-included directories found matching '.azure-pipelines'
- no previously-included directories found matching '.travis'
- writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
- running build_ext
- The headers or library files could not be found for zlib,
- a required dependency when compiling Pillow from source.
- Please see the install instructions at:
- https://pillow.readthedocs.io/en/latest/installation.html
- Traceback (most recent call last):
- File "/tmp/pip-install-r8ulhnty/Pillow/setup.py", line 839, in <module>
- setup(
- File "/home/shani/odoo/odooenv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3.8/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/home/shani/odoo/odooenv/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 223, in run
- self.run_command('build')
- File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/usr/lib/python3.8/distutils/command/build.py", line 135, in run
- self.run_command(cmd_name)
- File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/usr/lib/python3.8/distutils/command/build_ext.py", line 340, in run
- self.build_extensions()
- File "/tmp/pip-install-r8ulhnty/Pillow/setup.py", line 674, in build_extensions
- raise RequiredDependencyException(f)
- __main__.RequiredDependencyException: zlib
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip-install-r8ulhnty/Pillow/setup.py", line 888, in <module>
- raise RequiredDependencyException(msg)
- __main__.RequiredDependencyException:
- The headers or library files could not be found for zlib,
- a required dependency when compiling Pillow from source.
- Please see the install instructions at:
- https://pillow.readthedocs.io/en/latest/installation.html
- ----------------------------------------
- ERROR: Failed building wheel for Pillow
- Running setup.py clean for Pillow
- Building wheel for psutil (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/psutil/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/psutil/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-kn8tz3zr
- cwd: /tmp/pip-install-r8ulhnty/psutil/
- Complete output (38 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/psutil
- copying psutil/_compat.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/__init__.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_pssunos.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_pswindows.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_common.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_psbsd.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_psosx.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_pslinux.py -> build/lib.linux-x86_64-3.8/psutil
- copying psutil/_psposix.py -> build/lib.linux-x86_64-3.8/psutil
- creating build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_process.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_memory_leaks.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/__init__.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_system.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/runner.py -> build/lib.linux-x86_64-3.8/psutil/tests
- copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-3.8/psutil/tests
- running build_ext
- building 'psutil._psutil_linux' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/psutil
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_VERSION=431 -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_linux.o
- psutil/_psutil_linux.c:12:10: fatal error: Python.h: No such file or directory
- 12 | #include <Python.h>
- | ^~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for psutil
- Running setup.py clean for psutil
- Building wheel for psycopg2 (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/psycopg2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-1t5bs4oz
- cwd: /tmp/pip-install-r8ulhnty/psycopg2/
- Complete output (40 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/psycopg2
- copying lib/compat.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/errorcodes.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/_json.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/__init__.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/extras.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/extensions.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/_lru_cache.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/pool.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/_range.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/errors.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/_ipaddress.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/sql.py -> build/lib.linux-x86_64-3.8/psycopg2
- copying lib/tz.py -> build/lib.linux-x86_64-3.8/psycopg2
- running build_ext
- building 'psycopg2._psycopg' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/psycopg
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=120007 -DHAVE_LO64=1 -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -I. -I/usr/include/postgresql -I/usr/include/postgresql/12/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-3.8/psycopg/psycopgmodule.o -Wdeclaration-after-statement
- In file included from psycopg/psycopgmodule.c:27:
- ./psycopg/psycopg.h:34:10: fatal error: Python.h: No such file or directory
- 34 | #include <Python.h>
- | ^~~~~~~~~~
- compilation terminated.
- It appears you are missing some prerequisite to build the package from source.
- You may install a binary package by installing 'psycopg2-binary' from PyPI.
- If you want to install psycopg2 from source, please install the packages
- required for the build and try again.
- For further information please check the 'doc/src/install.rst' file (also at
- <http://initd.org/psycopg/docs/install.html>).
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for psycopg2
- Running setup.py clean for psycopg2
- Building wheel for pyldap (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/pyldap/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/pyldap/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-u2qfvhvn
- cwd: /tmp/pip-install-r8ulhnty/pyldap/
- Complete output (81 lines):
- defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
- extra_compile_args:
- extra_objects:
- include_dirs: /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
- library_dirs: /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
- libs: ldap_r
- running bdist_wheel
- running build
- running build_py
- file Lib/ldap.py (for module ldap) not found
- file Lib/ldap/controls.py (for module ldap.controls) not found
- file Lib/ldap/extop.py (for module ldap.extop) not found
- file Lib/ldap/schema.py (for module ldap.schema) not found
- creating build
- creating build/lib.linux-x86_64-3.8
- copying Lib/ldapurl.py -> build/lib.linux-x86_64-3.8
- copying Lib/ldif.py -> build/lib.linux-x86_64-3.8
- copying Lib/dsml.py -> build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/__init__.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/async.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/compat.py -> build/lib.linux-x86_64-3.8/ldap
- creating build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/__init__.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/deref.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/libldap.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/openldap.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/ppolicy.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/psearch.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/pwdpolicy.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/readentry.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/sessiontrack.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/simple.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/controls/sss.py -> build/lib.linux-x86_64-3.8/ldap/controls
- copying Lib/ldap/cidict.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/dn.py -> build/lib.linux-x86_64-3.8/ldap
- creating build/lib.linux-x86_64-3.8/ldap/extop
- copying Lib/ldap/extop/__init__.py -> build/lib.linux-x86_64-3.8/ldap/extop
- copying Lib/ldap/extop/dds.py -> build/lib.linux-x86_64-3.8/ldap/extop
- copying Lib/ldap/filter.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/functions.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/ldapobject.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/logger.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/modlist.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/resiter.py -> build/lib.linux-x86_64-3.8/ldap
- copying Lib/ldap/sasl.py -> build/lib.linux-x86_64-3.8/ldap
- creating build/lib.linux-x86_64-3.8/ldap/schema
- copying Lib/ldap/schema/__init__.py -> build/lib.linux-x86_64-3.8/ldap/schema
- copying Lib/ldap/schema/models.py -> build/lib.linux-x86_64-3.8/ldap/schema
- copying Lib/ldap/schema/subentry.py -> build/lib.linux-x86_64-3.8/ldap/schema
- copying Lib/ldap/schema/tokenizer.py -> build/lib.linux-x86_64-3.8/ldap/schema
- copying Lib/ldap/syncrepl.py -> build/lib.linux-x86_64-3.8/ldap
- file Lib/ldap.py (for module ldap) not found
- file Lib/ldap/controls.py (for module ldap.controls) not found
- file Lib/ldap/extop.py (for module ldap.extop) not found
- file Lib/ldap/schema.py (for module ldap.schema) not found
- running egg_info
- writing Lib/pyldap.egg-info/PKG-INFO
- writing dependency_links to Lib/pyldap.egg-info/dependency_links.txt
- writing requirements to Lib/pyldap.egg-info/requires.txt
- writing top-level names to Lib/pyldap.egg-info/top_level.txt
- file Lib/ldap.py (for module ldap) not found
- file Lib/ldap/controls.py (for module ldap.controls) not found
- file Lib/ldap/extop.py (for module ldap.extop) not found
- file Lib/ldap/schema.py (for module ldap.schema) not found
- reading manifest file 'Lib/pyldap.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: no files found matching 'Makefile'
- warning: no files found matching 'Modules/LICENSE'
- writing manifest file 'Lib/pyldap.egg-info/SOURCES.txt'
- running build_ext
- building '_ldap' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/Modules
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.28 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-3.8/Modules/LDAPObject.o
- In file included from Modules/LDAPObject.c:4:
- Modules/common.h:10:10: fatal error: Python.h: No such file or directory
- 10 | #include "Python.h"
- | ^~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for pyldap
- Running setup.py clean for pyldap
- Building wheel for reportlab (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/reportlab/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/reportlab/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-x0perjw8
- cwd: /tmp/pip-install-r8ulhnty/reportlab/
- Complete output (225 lines):
- ################################################
- #Attempting install of _rl_accel & pyHnj
- #extensions from '/tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/rl_accel'
- ################################################
- ################################################
- #Attempting install of _renderPM
- #extensions from '/tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/renderPM'
- will use package libart 2.3.12
- # installing without freetype no ttf, sorry!
- # You need to install a static library version of the freetype2 software
- # If you need truetype support in renderPM
- # You may need to edit setup.cfg (win32)
- # or edit this file to access the library if it is installed
- ################################################
- 'reportlab.lib._rl_accel' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/tmp
- creating build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty
- creating build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty/reportlab
- creating build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty/reportlab/src
- creating build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty/reportlab/src/rl_addons
- creating build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/rl_accel
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c /tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.linux-x86_64-3.8/tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/rl_accel/_rl_accel.o
- /tmp/pip-install-r8ulhnty/reportlab/src/rl_addons/rl_accel/_rl_accel.c:8:10: fatal error: Python.h: No such file or directory
- 8 | #include "Python.h"
- | ^~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Failed building wheel for reportlab
- Running setup.py clean for reportlab
- Failed to build greenlet libsass lxml Pillow psutil psycopg2 pyldap reportlab
- Installing collected packages: idna, certifi, urllib3, requests, lxml, ebaysdk, feedparser, greenlet, gevent, html2text, MarkupSafe, Jinja2, six, libsass, Mako, pbr, mock, num2words, soupsieve, beautifulsoup4, ofxparse, passlib, Pillow, psutil, psycopg2, pyparsing, pydot, pyldap, PyPDF2, pyserial, python-dateutil, pyusb, qrcode, reportlab, suds-jurko, python-stdnum, vatnumber, vobject, Werkzeug, XlsxWriter, xlwt, xlrd
- Running setup.py install for lxml ... error
- ERROR: Command errored out with exit status 1:
- command: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ohc4i_1m/install-record.txt --single-version-externally-managed --compile --install-headers /home/shani/odoo/odooenv/include/site/python3.8/lxml
- cwd: /tmp/pip-install-r8ulhnty/lxml/
- Complete output (94 lines):
- Building lxml version 4.2.3.
- Building without Cython.
- ERROR: b'/bin/sh: 1: xslt-config: not found\n'
- ** make sure the development packages of libxml2 and libxslt are installed **
- Using build configuration of libxslt
- running install
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.8
- creating build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/builder.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/sax.py -> build/lib.linux-x86_64-3.8/lxml
- creating build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.8/lxml/includes
- creating build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.8/lxml/html
- copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.8/lxml/html
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron
- copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.8/lxml/isoschematron
- copying src/lxml/etree.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.8/lxml
- copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.8/lxml/includes
- copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.8/lxml/includes
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/rng
- copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/rng
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl
- creating build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.8/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
- running build_ext
- building 'lxml.etree' extension
- creating build/temp.linux-x86_64-3.8
- creating build/temp.linux-x86_64-3.8/src
- creating build/temp.linux-x86_64-3.8/src/lxml
- x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/home/shani/odoo/odooenv/include -I/usr/include/python3.8 -c src/lxml/etree.c -o build/temp.linux-x86_64-3.8/src/lxml/etree.o -w
- src/lxml/etree.c:97:10: fatal error: Python.h: No such file or directory
- 97 | #include "Python.h"
- | ^~~~~~~~~~
- compilation terminated.
- Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- cc -I/usr/include/libxml2 -c /tmp/xmlXPathInit3vpok9bd.c -o tmp/xmlXPathInit3vpok9bd.o
- /tmp/xmlXPathInit3vpok9bd.c:1:10: fatal error: libxml/xpath.h: No such file or directory
- 1 | #include "libxml/xpath.h"
- | ^~~~~~~~~~~~~~~~
- compilation terminated.
- *********************************************************************************
- Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
- *********************************************************************************
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- ERROR: Command errored out with exit status 1: /home/shani/odoo/odooenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r8ulhnty/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ohc4i_1m/install-record.txt --single-version-externally-managed --compile --install-headers /home/shani/odoo/odooenv/include/site/python3.8/lxml Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment