Advertisement
treypop

Untitled

Apr 9th, 2020
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.73 KB | None | 0 0
  1. (sl) treypopj@penguin:~/steamlink$ pip install jinja2 --user
  2. Collecting jinja2
  3.   Using cached https://files.pythonhosted.org/packages/27/24/4f35961e5c669e96f6559760042a55b9bcfcdb82b9bdb3c8753dbe042e35/Jinja2-2.11.1-py2.py3-none-any.whl
  4. Collecting MarkupSafe>=0.23 (from jinja2)
  5.   Using cached https://files.pythonhosted.org/packages/98/7b/ff284bd8c80654e471b769062a9b43cc5d03e7a615048d96f4619df8d420/MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
  6. Installing collected packages: MarkupSafe, jinja2
  7. Successfully installed MarkupSafe-1.1.1 jinja2-2.11.1
  8. (sl) treypopj@penguin:~/steamlink$ sudo python3 setup.py install
  9. running install
  10. running bdist_egg
  11. running egg_info
  12. writing steamlink.egg-info/PKG-INFO
  13. writing dependency_links to steamlink.egg-info/dependency_links.txt
  14. writing entry points to steamlink.egg-info/entry_points.txt
  15. writing requirements to steamlink.egg-info/requires.txt
  16. writing top-level names to steamlink.egg-info/top_level.txt
  17. reading manifest file 'steamlink.egg-info/SOURCES.txt'
  18. reading manifest template 'MANIFEST.in'
  19. warning: no files found matching 'steamlink/html/static'
  20. warning: no files found matching 'steamlink/html/templates'
  21. warning: no previously-included files found matching '*.yaml'
  22. warning: no previously-included files matching '*.py[co]' found under directory '*'
  23. warning: no previously-included files matching '__pycache__' found under directory '*'
  24. warning: no previously-included files matching '*.swp' found under directory '*'
  25. writing manifest file 'steamlink.egg-info/SOURCES.txt'
  26. installing library code to build/bdist.linux-x86_64/egg
  27. running install_lib
  28. running build_py
  29. creating build/bdist.linux-x86_64/egg
  30. creating build/bdist.linux-x86_64/egg/steamlink
  31. copying build/lib/steamlink/__init__.py -> build/bdist.linux-x86_64/egg/steamlink
  32. copying build/lib/steamlink/const.py -> build/bdist.linux-x86_64/egg/steamlink
  33. copying build/lib/steamlink/db.py -> build/bdist.linux-x86_64/egg/steamlink
  34. copying build/lib/steamlink/linkage.py -> build/bdist.linux-x86_64/egg/steamlink
  35. copying build/lib/steamlink/main.py -> build/bdist.linux-x86_64/egg/steamlink
  36. copying build/lib/steamlink/mqtt.py -> build/bdist.linux-x86_64/egg/steamlink
  37. copying build/lib/steamlink/pynode.py -> build/bdist.linux-x86_64/egg/steamlink
  38. copying build/lib/steamlink/steamlink.py -> build/bdist.linux-x86_64/egg/steamlink
  39. copying build/lib/steamlink/testdata.py -> build/bdist.linux-x86_64/egg/steamlink
  40. copying build/lib/steamlink/util.py -> build/bdist.linux-x86_64/egg/steamlink
  41. copying build/lib/steamlink/web.py -> build/bdist.linux-x86_64/egg/steamlink
  42. creating build/bdist.linux-x86_64/egg/steamlink/html
  43. creating build/bdist.linux-x86_64/egg/steamlink/html/static
  44. copying build/lib/steamlink/html/static/custom.css -> build/bdist.linux-x86_64/egg/steamlink/html/static
  45. copying build/lib/steamlink/html/static/favicon.ico -> build/bdist.linux-x86_64/egg/steamlink/html/static
  46. copying build/lib/steamlink/html/static/link.svg -> build/bdist.linux-x86_64/egg/steamlink/html/static
  47. copying build/lib/steamlink/html/static/main.js -> build/bdist.linux-x86_64/egg/steamlink/html/static
  48. copying build/lib/steamlink/html/static/normalize.css -> build/bdist.linux-x86_64/egg/steamlink/html/static
  49. copying build/lib/steamlink/html/static/skeleton.css -> build/bdist.linux-x86_64/egg/steamlink/html/static
  50. creating build/bdist.linux-x86_64/egg/steamlink/html/templates
  51. copying build/lib/steamlink/html/templates/alert.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  52. copying build/lib/steamlink/html/templates/form.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  53. copying build/lib/steamlink/html/templates/index.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  54. copying build/lib/steamlink/html/templates/index.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  55. copying build/lib/steamlink/html/templates/log.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  56. copying build/lib/steamlink/html/templates/map.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  57. copying build/lib/steamlink/html/templates/mesh.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  58. copying build/lib/steamlink/html/templates/navbar.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  59. copying build/lib/steamlink/html/templates/navbar.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  60. copying build/lib/steamlink/html/templates/node.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  61. copying build/lib/steamlink/html/templates/packet.yaml -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  62. copying build/lib/steamlink/html/templates/pie.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  63. copying build/lib/steamlink/html/templates/table.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  64. copying build/lib/steamlink/html/templates/tile.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  65. copying build/lib/steamlink/html/templates/timeline.html -> build/bdist.linux-x86_64/egg/steamlink/html/templates
  66. byte-compiling build/bdist.linux-x86_64/egg/steamlink/__init__.py to __init__.cpython-37.pyc
  67. byte-compiling build/bdist.linux-x86_64/egg/steamlink/const.py to const.cpython-37.pyc
  68. byte-compiling build/bdist.linux-x86_64/egg/steamlink/db.py to db.cpython-37.pyc
  69. byte-compiling build/bdist.linux-x86_64/egg/steamlink/linkage.py to linkage.cpython-37.pyc
  70. byte-compiling build/bdist.linux-x86_64/egg/steamlink/main.py to main.cpython-37.pyc
  71. byte-compiling build/bdist.linux-x86_64/egg/steamlink/mqtt.py to mqtt.cpython-37.pyc
  72. byte-compiling build/bdist.linux-x86_64/egg/steamlink/pynode.py to pynode.cpython-37.pyc
  73. byte-compiling build/bdist.linux-x86_64/egg/steamlink/steamlink.py to steamlink.cpython-37.pyc
  74. byte-compiling build/bdist.linux-x86_64/egg/steamlink/testdata.py to testdata.cpython-37.pyc
  75. byte-compiling build/bdist.linux-x86_64/egg/steamlink/util.py to util.cpython-37.pyc
  76. byte-compiling build/bdist.linux-x86_64/egg/steamlink/web.py to web.cpython-37.pyc
  77. creating build/bdist.linux-x86_64/egg/EGG-INFO
  78. installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  79. running install_scripts
  80. running build_scripts
  81. creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  82. copying build/scripts-3.7/pynode-example.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  83. changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/pynode-example.py to 755
  84. copying steamlink.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  85. copying steamlink.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  86. copying steamlink.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  87. copying steamlink.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  88. copying steamlink.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  89. copying steamlink.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  90. copying steamlink.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  91. creating 'dist/steamlink-0.9.2-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  92. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  93. Processing steamlink-0.9.2-py3.7.egg
  94. removing '/usr/local/lib/python3.7/dist-packages/steamlink-0.9.2-py3.7.egg' (and everything under it)
  95. creating /usr/local/lib/python3.7/dist-packages/steamlink-0.9.2-py3.7.egg
  96. Extracting steamlink-0.9.2-py3.7.egg to /usr/local/lib/python3.7/dist-packages
  97. steamlink 0.9.2 is already the active version in easy-install.pth
  98. Installing pynode-example.py script to /usr/local/bin
  99. Installing steamlink script to /usr/local/bin
  100.  
  101. Installed /usr/local/lib/python3.7/dist-packages/steamlink-0.9.2-py3.7.egg
  102. Processing dependencies for steamlink==0.9.2
  103. error: Jinja2 2.10 is installed but jinja2>=2.10.1 is required by {'aiohttp-jinja2'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement