Skeleton022

fos2

Sep 27th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.81 KB | None | 0 0
  1.  pip install -r requirements.txt
  2. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
  3. Requirement already satisfied: cssselect==0.9.1 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (0.9.1)
  4. Requirement already satisfied: dj-database-url==0.4.1 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 2)) (0.4.1)
  5. Requirement already satisfied: Django==1.11 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 3)) (1.11)
  6. Requirement already satisfied: django-filter==0.14.0 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 4)) (0.14.0)
  7. Requirement already satisfied: djangorestframework==3.4.6 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 5)) (3.4.6)
  8. Requirement already satisfied: flup==1.0.2 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 6)) (1.0.2)
  9. Requirement already satisfied: gunicorn==19.6.0 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 7)) (19.6.0)
  10. Collecting lxml==3.4.2
  11.   Using cached lxml-3.4.2.tar.gz (3.5 MB)
  12. Processing /home/skeleton022/.cache/pip/wheels/a5/99/7e/1f6d116f7c3b3364ff840c73a8c8614d96e0cf4d78c9448837/Markdown-2.6.6-py2-none-any.whl
  13. Processing /home/skeleton022/.cache/pip/wheels/9d/2e/d5/1c1c1af598561ba2597fd83f680a78c7b66c07792a312d1241/pymongo-2.8-cp27-cp27mu-linux_x86_64.whl
  14. Processing /home/skeleton022/.cache/pip/wheels/3e/5c/c0/21ef2842437d2eeb4101e0a84e0b9604c5a2158d1d301e9aa1/pyquery-1.2.9-py2-none-any.whl
  15. Collecting python-dateutil==2.4.1
  16.   Using cached python_dateutil-2.4.1-py2.py3-none-any.whl (188 kB)
  17. Requirement already satisfied: pytz==2016.7 in /home/skeleton022/env-FIR/lib/python2.7/site-packages (from -r requirements.txt (line 13)) (2016.7)
  18. Collecting six==1.9.0
  19.   Using cached six-1.9.0-py2.py3-none-any.whl (10 kB)
  20. Collecting whitenoise==3.2.1
  21.   Using cached whitenoise-3.2.1-py2.py3-none-any.whl (17 kB)
  22. Processing /home/skeleton022/.cache/pip/wheels/a0/d6/41/f11d1f2095042323295a74c9d3a746899095b51d23891d6826/django_treebeard-4.1.0-py2-none-any.whl
  23. Processing /home/skeleton022/.cache/pip/wheels/e8/ae/12/453198d1fa78d49aa243149ebfbf353f24cf28231a31c63c22/markdown2-2.3.1-py2-none-any.whl
  24. Collecting bleach==1.5.0
  25.   Using cached bleach-1.5.0-py2.py3-none-any.whl (17 kB)
  26. Processing /home/skeleton022/.cache/pip/wheels/57/cc/a0/fbe3b508c937e8b5c85d75423be716e7f0c0413676db93b334/html5lib-0.9999999-py2-none-any.whl
  27. Building wheels for collected packages: lxml
  28.   Building wheel for lxml (setup.py) ... error
  29.   ERROR: Command errored out with exit status 1:
  30.    command: /home/skeleton022/env-FIR/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-Oqpdb5/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-Oqpdb5/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-0oNrGZ
  31.        cwd: /tmp/pip-install-Oqpdb5/lxml/
  32.   Complete output (78 lines):
  33.   Building lxml version 3.4.2.
  34.   Building without Cython.
  35.   Using build configuration of libxslt 1.1.34
  36.   /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  37.     warnings.warn(msg)
  38.   running bdist_wheel
  39.   running build
  40.   running build_py
  41.   creating build
  42.   creating build/lib.linux-x86_64-2.7
  43.   creating build/lib.linux-x86_64-2.7/lxml
  44.   copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-2.7/lxml
  45.   copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-2.7/lxml
  46.   copying src/lxml/cssselect.py -> build/lib.linux-x86_64-2.7/lxml
  47.   copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-2.7/lxml
  48.   copying src/lxml/builder.py -> build/lib.linux-x86_64-2.7/lxml
  49.   copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-2.7/lxml
  50.   copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml
  51.   copying src/lxml/__init__.py -> build/lib.linux-x86_64-2.7/lxml
  52.   copying src/lxml/sax.py -> build/lib.linux-x86_64-2.7/lxml
  53.   creating build/lib.linux-x86_64-2.7/lxml/includes
  54.   copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-2.7/lxml/includes
  55.   creating build/lib.linux-x86_64-2.7/lxml/html
  56.   copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  57.   copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-2.7/lxml/html
  58.   copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-2.7/lxml/html
  59.   copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-2.7/lxml/html
  60.   copying src/lxml/html/defs.py -> build/lib.linux-x86_64-2.7/lxml/html
  61.   copying src/lxml/html/builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  62.   copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-2.7/lxml/html
  63.   copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml/html
  64.   copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-2.7/lxml/html
  65.   copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-2.7/lxml/html
  66.   copying src/lxml/html/clean.py -> build/lib.linux-x86_64-2.7/lxml/html
  67.   copying src/lxml/html/diff.py -> build/lib.linux-x86_64-2.7/lxml/html
  68.   copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-2.7/lxml/html
  69.   creating build/lib.linux-x86_64-2.7/lxml/isoschematron
  70.   copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-2.7/lxml/isoschematron
  71.   copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-2.7/lxml
  72.   copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-2.7/lxml
  73.   copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  74.   copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  75.   copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  76.   copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  77.   copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  78.   copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  79.   copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  80.   copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  81.   copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  82.   copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  83.   copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  84.   copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  85.   copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  86.   copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  87.   copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  88.   copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-2.7/lxml/includes
  89.   copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  90.   creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources
  91.   creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  92.   copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  93.   creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  94.   copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  95.   copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  96.   creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  97.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  98.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  99.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  100.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  101.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  102.   copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  103.   running build_ext
  104.   building 'lxml.etree' extension
  105.   creating build/temp.linux-x86_64-2.7
  106.   creating build/temp.linux-x86_64-2.7/src
  107.   creating build/temp.linux-x86_64-2.7/src/lxml
  108.   x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-1x6jhf/python2.7-2.7.18~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/libxml2 -I/tmp/pip-install-Oqpdb5/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  109.   unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
  110.   error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  111.   ----------------------------------------
  112.   ERROR: Failed building wheel for lxml
  113.   Running setup.py clean for lxml
  114. Failed to build lxml
  115. Installing collected packages: lxml, Markdown, pymongo, pyquery, six, python-dateutil, whitenoise, django-treebeard, markdown2, html5lib, bleach
  116.     Running setup.py install for lxml ... error
  117.     ERROR: Command errored out with exit status 1:
  118.      command: /home/skeleton022/env-FIR/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-Oqpdb5/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-Oqpdb5/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-aUe_TZ/install-record.txt --single-version-externally-managed --compile --install-headers /home/skeleton022/env-FIR/include/site/python2.7/lxml
  119.          cwd: /tmp/pip-install-Oqpdb5/lxml/
  120.     Complete output (78 lines):
  121.     Building lxml version 3.4.2.
  122.     Building without Cython.
  123.     Using build configuration of libxslt 1.1.34
  124.     /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  125.       warnings.warn(msg)
  126.     running install
  127.     running build
  128.     running build_py
  129.     creating build
  130.     creating build/lib.linux-x86_64-2.7
  131.     creating build/lib.linux-x86_64-2.7/lxml
  132.     copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-2.7/lxml
  133.     copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-2.7/lxml
  134.     copying src/lxml/cssselect.py -> build/lib.linux-x86_64-2.7/lxml
  135.     copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-2.7/lxml
  136.     copying src/lxml/builder.py -> build/lib.linux-x86_64-2.7/lxml
  137.     copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-2.7/lxml
  138.     copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml
  139.     copying src/lxml/__init__.py -> build/lib.linux-x86_64-2.7/lxml
  140.     copying src/lxml/sax.py -> build/lib.linux-x86_64-2.7/lxml
  141.     creating build/lib.linux-x86_64-2.7/lxml/includes
  142.     copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-2.7/lxml/includes
  143.     creating build/lib.linux-x86_64-2.7/lxml/html
  144.     copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  145.     copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-2.7/lxml/html
  146.     copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-2.7/lxml/html
  147.     copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-2.7/lxml/html
  148.     copying src/lxml/html/defs.py -> build/lib.linux-x86_64-2.7/lxml/html
  149.     copying src/lxml/html/builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  150.     copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-2.7/lxml/html
  151.     copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml/html
  152.     copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-2.7/lxml/html
  153.     copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-2.7/lxml/html
  154.     copying src/lxml/html/clean.py -> build/lib.linux-x86_64-2.7/lxml/html
  155.     copying src/lxml/html/diff.py -> build/lib.linux-x86_64-2.7/lxml/html
  156.     copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-2.7/lxml/html
  157.     creating build/lib.linux-x86_64-2.7/lxml/isoschematron
  158.     copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-2.7/lxml/isoschematron
  159.     copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-2.7/lxml
  160.     copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-2.7/lxml
  161.     copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  162.     copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  163.     copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  164.     copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  165.     copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  166.     copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  167.     copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  168.     copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  169.     copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  170.     copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  171.     copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  172.     copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  173.     copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  174.     copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  175.     copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  176.     copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-2.7/lxml/includes
  177.     copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  178.     creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources
  179.     creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  180.     copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  181.     creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  182.     copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  183.     copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  184.     creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  185.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  186.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  187.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  188.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  189.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  190.     copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  191.     running build_ext
  192.     building 'lxml.etree' extension
  193.     creating build/temp.linux-x86_64-2.7
  194.     creating build/temp.linux-x86_64-2.7/src
  195.     creating build/temp.linux-x86_64-2.7/src/lxml
  196.     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-1x6jhf/python2.7-2.7.18~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/libxml2 -I/tmp/pip-install-Oqpdb5/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  197.     unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
  198.     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  199.     ----------------------------------------
  200. ERROR: Command errored out with exit status 1: /home/skeleton022/env-FIR/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-Oqpdb5/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-Oqpdb5/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-aUe_TZ/install-record.txt --single-version-externally-managed --compile --install-headers /home/skeleton022/env-FIR/include/site/python2.7/lxml Check the logs for full command output.
Add Comment
Please, Sign In to add comment