Advertisement
IgorGal

Untitled

Mar 2nd, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.28 KB | None | 0 0
  1. (env) user@localhost:~/singlebuy/virtual-environments$ pip install -r requirements.txt
  2. Collecting Werkzeug==1.0.0 (from -r requirements.txt (line 1))
  3. Using cached https://files.pythonhosted.org/packages/ba/a5/d6f8a6e71f15364d35678a4ec8a0186f980b3bd2545f40ad51dd26a87fb1/Werkzeug-1.0.0-py2.py3-none-any.whl
  4. Collecting itsdangerous==1.1.0 (from -r requirements.txt (line 2))
  5. Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
  6. Collecting flask==1.1.1 (from -r requirements.txt (line 3))
  7. Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl
  8. Collecting alembic==1.4.0 (from -r requirements.txt (line 4))
  9. Using cached https://files.pythonhosted.org/packages/be/4e/9a6044bb78e8cb6d5846c07f8d3e976b7d5db845e5bd8c82c57f3ca91b0e/alembic-1.4.0.tar.gz
  10. Collecting psycopg2==2.8.4 (from -r requirements.txt (line 5))
  11. Using cached https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz
  12. Collecting celery==4.4.0 (from -r requirements.txt (line 6))
  13. Using cached https://files.pythonhosted.org/packages/47/53/6e2ccc87b18ddc582d2de31b3ed9144c72a68062659e9e4a68e19312d254/celery-4.4.0-py2.py3-none-any.whl
  14. Collecting flask-sqlalchemy==2.4.1 (from -r requirements.txt (line 7))
  15. Using cached https://files.pythonhosted.org/packages/1e/65/226d95466c75e34e291a76890ed0e27af2e46ab913002847856f11d4d59d/Flask_SQLAlchemy-2.4.1-py2.py3-none-any.whl
  16. Collecting flask-bcrypt==0.7.1 (from -r requirements.txt (line 8))
  17. Using cached https://files.pythonhosted.org/packages/1d/c0/6d4c04d007d72b355de24e7a223978d1a95732245f9e9becbf45d3024bf8/Flask-Bcrypt-0.7.1.tar.gz
  18. Collecting flask-bootstrap==3.3.7.1 (from -r requirements.txt (line 9))
  19. Using cached https://files.pythonhosted.org/packages/88/53/958ce7c2aa26280b7fd7f3eecbf13053f1302ee2acb1db58ef32e1c23c2a/Flask-Bootstrap-3.3.7.1.tar.gz
  20. Collecting flask-wtf==0.14.3 (from -r requirements.txt (line 10))
  21. Using cached https://files.pythonhosted.org/packages/36/a9/8c01171066bd7a524ee005d81bb4a8aa446ab178043a1ad6cb5dc8f0bd83/Flask_WTF-0.14.3-py2.py3-none-any.whl
  22. Collecting flask-mail==0.9.1 (from -r requirements.txt (line 11))
  23. Using cached https://files.pythonhosted.org/packages/05/2f/6a545452040c2556559779db87148d2a85e78a26f90326647b51dc5e81e9/Flask-Mail-0.9.1.tar.gz
  24. Collecting pyqrcode==1.2.1 (from -r requirements.txt (line 12))
  25. Using cached https://files.pythonhosted.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316/PyQRCode-1.2.1.tar.gz
  26. Collecting onetimepass==1.0.1 (from -r requirements.txt (line 13))
  27. Using cached https://files.pythonhosted.org/packages/aa/b2/cb6832704aaf11ed0e471910a8da360129e2c23398d2ea3a71961a2f5746/onetimepass-1.0.1.tar.gz
  28. Collecting ccxt==1.22.44 (from -r requirements.txt (line 14))
  29. Using cached https://files.pythonhosted.org/packages/82/cc/d153a3c6f81d06b033527a4c01a92f4364dfa8833048b77b53ec291b02e8/ccxt-1.22.44-py2.py3-none-any.whl
  30. Collecting redis==3.4.1 (from -r requirements.txt (line 15))
  31. Using cached https://files.pythonhosted.org/packages/f0/05/1fc7feedc19c123e7a95cfc9e7892eb6cdd2e5df4e9e8af6384349c1cc3d/redis-3.4.1-py2.py3-none-any.whl
  32. Collecting gunicorn[gevent]>=20.0.4 (from -r requirements.txt (line 16))
  33. Using cached https://files.pythonhosted.org/packages/69/ca/926f7cd3a2014b16870086b2d0fdc84a9e49473c68a8dff8b57f7c156f43/gunicorn-20.0.4-py2.py3-none-any.whl
  34. Collecting flask-babel==1.0.0 (from -r requirements.txt (line 17))
  35. Using cached https://files.pythonhosted.org/packages/76/a4/0115c7c520125853037fc1d6b3da132a526949640e27a699a13e05ec7593/Flask_Babel-1.0.0-py3-none-any.whl
  36. Collecting click>=5.1 (from flask==1.1.1->-r requirements.txt (line 3))
  37. Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
  38. Collecting Jinja2>=2.10.1 (from flask==1.1.1->-r requirements.txt (line 3))
  39. Using cached https://files.pythonhosted.org/packages/27/24/4f35961e5c669e96f6559760042a55b9bcfcdb82b9bdb3c8753dbe042e35/Jinja2-2.11.1-py2.py3-none-any.whl
  40. Collecting Mako (from alembic==1.4.0->-r requirements.txt (line 4))
  41. Using cached https://files.pythonhosted.org/packages/50/78/f6ade1e18aebda570eed33b7c534378d9659351cadce2fcbc7b31be5f615/Mako-1.1.2-py2.py3-none-any.whl
  42. Collecting SQLAlchemy>=1.1.0 (from alembic==1.4.0->-r requirements.txt (line 4))
  43. Collecting python-dateutil (from alembic==1.4.0->-r requirements.txt (line 4))
  44. Using cached https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl
  45. Collecting python-editor>=0.3 (from alembic==1.4.0->-r requirements.txt (line 4))
  46. Using cached https://files.pythonhosted.org/packages/c6/d3/201fc3abe391bbae6606e6f1d598c15d367033332bd54352b12f35513717/python_editor-1.0.4-py3-none-any.whl
  47. Collecting pytz>dev (from celery==4.4.0->-r requirements.txt (line 6))
  48. Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
  49. Collecting billiard<4.0,>=3.6.1 (from celery==4.4.0->-r requirements.txt (line 6))
  50. Using cached https://files.pythonhosted.org/packages/e8/5e/7591866ff45b370354bd20291cb6f87ddb2eef1f1c88c890a38412037e11/billiard-3.6.3.0-py3-none-any.whl
  51. Collecting vine==1.3.0 (from celery==4.4.0->-r requirements.txt (line 6))
  52. Using cached https://files.pythonhosted.org/packages/7f/60/82c03047396126c8331ceb64da1dc52d4f1317209f32e8fe286d0c07365a/vine-1.3.0-py2.py3-none-any.whl
  53. Collecting kombu<4.7,>=4.6.7 (from celery==4.4.0->-r requirements.txt (line 6))
  54. Using cached https://files.pythonhosted.org/packages/34/7e/44445f7d9031e82b4a1160141de35ca810f44041bf5065b45c68ab0ec9e8/kombu-4.6.8-py2.py3-none-any.whl
  55. Collecting bcrypt (from flask-bcrypt==0.7.1->-r requirements.txt (line 8))
  56. Using cached https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl
  57. Collecting dominate (from flask-bootstrap==3.3.7.1->-r requirements.txt (line 9))
  58. Using cached https://files.pythonhosted.org/packages/1d/64/593e829416c951eb35c2246430d59b86f640087e29e71f32632bcde5d0f7/dominate-2.4.0-py2.py3-none-any.whl
  59. Collecting visitor (from flask-bootstrap==3.3.7.1->-r requirements.txt (line 9))
  60. Using cached https://files.pythonhosted.org/packages/d7/58/785fcd6de4210049da5fafe62301b197f044f3835393594be368547142b0/visitor-0.1.3.tar.gz
  61. Collecting WTForms (from flask-wtf==0.14.3->-r requirements.txt (line 10))
  62. Using cached https://files.pythonhosted.org/packages/9f/c8/dac5dce9908df1d9d48ec0e26e2a250839fa36ea2c602cc4f85ccfeb5c65/WTForms-2.2.1-py2.py3-none-any.whl
  63. Collecting blinker (from flask-mail==0.9.1->-r requirements.txt (line 11))
  64. Using cached https://files.pythonhosted.org/packages/1b/51/e2a9f3b757eb802f61dc1f2b09c8c99f6eb01cf06416c0671253536517b6/blinker-1.4.tar.gz
  65. Collecting six (from onetimepass==1.0.1->-r requirements.txt (line 13))
  66. Using cached https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
  67. Collecting yarl==1.1.0; python_version >= "3.5.2" (from ccxt==1.22.44->-r requirements.txt (line 14))
  68. Using cached https://files.pythonhosted.org/packages/9a/fe/1fc0d9e277f1ff0d29ac44742f769c55f12cc7e66a89ab340f5321937179/yarl-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
  69. Requirement already satisfied: setuptools>=38.5.1 in ./env/lib/python3.6/site-packages (from ccxt==1.22.44->-r requirements.txt (line 14))
  70. Collecting cryptography>=2.6.1 (from ccxt==1.22.44->-r requirements.txt (line 14))
  71. Using cached https://files.pythonhosted.org/packages/45/73/d18a8884de8bffdcda475728008b5b13be7fbef40a2acc81a0d5d524175d/cryptography-2.8-cp34-abi3-manylinux1_x86_64.whl
  72. Collecting aiodns==1.1.1; python_version >= "3.5.2" (from ccxt==1.22.44->-r requirements.txt (line 14))
  73. Using cached https://files.pythonhosted.org/packages/bd/f5/b69cb930fd5ab0569396659afe3f3c0d37d4098e5d0ba6afdf6fd9388cb0/aiodns-1.1.1-py2.py3-none-any.whl
  74. Collecting certifi>=2018.1.18 (from ccxt==1.22.44->-r requirements.txt (line 14))
  75. Using cached https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl
  76. Collecting aiohttp==3.6.2; python_version >= "3.5.2" (from ccxt==1.22.44->-r requirements.txt (line 14))
  77. Using cached https://files.pythonhosted.org/packages/7c/39/7eb5f98d24904e0f6d3edb505d4aa60e3ef83c0a58d6fe18244a51757247/aiohttp-3.6.2-cp36-cp36m-manylinux1_x86_64.whl
  78. Collecting requests>=2.18.4 (from ccxt==1.22.44->-r requirements.txt (line 14))
  79. Using cached https://files.pythonhosted.org/packages/1a/70/1935c770cb3be6e3a8b78ced23d7e0f3b187f5cbfab4749523ed65d7c9b1/requests-2.23.0-py2.py3-none-any.whl
  80. Collecting gevent>=0.13; extra == "gevent" (from gunicorn[gevent]>=20.0.4->-r requirements.txt (line 16))
  81. Using cached https://files.pythonhosted.org/packages/f2/ca/5b5962361ed832847b6b2f9a2d0452c8c2f29a93baef850bb8ad067c7bf9/gevent-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
  82. Collecting Babel>=2.3 (from flask-babel==1.0.0->-r requirements.txt (line 17))
  83. Using cached https://files.pythonhosted.org/packages/15/a1/522dccd23e5d2e47aed4b6a16795b8213e3272c7506e625f2425ad025a19/Babel-2.8.0-py2.py3-none-any.whl
  84. Collecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->flask==1.1.1->-r requirements.txt (line 3))
  85. Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
  86. Collecting importlib-metadata>=0.18; python_version < "3.8" (from kombu<4.7,>=4.6.7->celery==4.4.0->-r requirements.txt (line 6))
  87. Using cached https://files.pythonhosted.org/packages/8b/03/a00d504808808912751e64ccf414be53c29cad620e3de2421135fcae3025/importlib_metadata-1.5.0-py2.py3-none-any.whl
  88. Collecting amqp<2.6,>=2.5.2 (from kombu<4.7,>=4.6.7->celery==4.4.0->-r requirements.txt (line 6))
  89. Using cached https://files.pythonhosted.org/packages/fc/a0/6aa2a7923d4e82dda23db27711d565f0c4abf1570859f168e3d0975f1eb6/amqp-2.5.2-py2.py3-none-any.whl
  90. Collecting cffi>=1.1 (from bcrypt->flask-bcrypt==0.7.1->-r requirements.txt (line 8))
  91. Using cached https://files.pythonhosted.org/packages/f1/c7/72abda280893609e1ddfff90f8064568bd8bcb2c1770a9d5bb5edb2d1fea/cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl
  92. Collecting idna>=2.0 (from yarl==1.1.0; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  93. Using cached https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl
  94. Collecting multidict>=4.0 (from yarl==1.1.0; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  95. Using cached https://files.pythonhosted.org/packages/30/2e/3ab2f1fb72571f75013db323a3799d505d99f3bc203513604f1ffb9b7858/multidict-4.7.5-cp36-cp36m-manylinux1_x86_64.whl
  96. Collecting pycares>=1.0.0 (from aiodns==1.1.1; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  97. Using cached https://files.pythonhosted.org/packages/96/bc/1de12c0ea1de6c5454ca8e49479b5af162163b6c274f5302ba93e979d5b6/pycares-3.1.1-cp36-cp36m-manylinux1_x86_64.whl
  98. Collecting typing-extensions>=3.6.5; python_version < "3.7" (from aiohttp==3.6.2; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  99. Using cached https://files.pythonhosted.org/packages/03/92/705fe8aca27678e01bbdd7738173b8e7df0088a2202c80352f664630d638/typing_extensions-3.7.4.1-py3-none-any.whl
  100. Collecting attrs>=17.3.0 (from aiohttp==3.6.2; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  101. Using cached https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
  102. Collecting idna-ssl>=1.0; python_version < "3.7" (from aiohttp==3.6.2; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  103. Using cached https://files.pythonhosted.org/packages/46/03/07c4894aae38b0de52b52586b24bf189bb83e4ddabfe2e2c8f2419eec6f4/idna-ssl-1.1.0.tar.gz
  104. Collecting chardet<4.0,>=2.0 (from aiohttp==3.6.2; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  105. Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
  106. Collecting async-timeout<4.0,>=3.0 (from aiohttp==3.6.2; python_version >= "3.5.2"->ccxt==1.22.44->-r requirements.txt (line 14))
  107. Using cached https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
  108. Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests>=2.18.4->ccxt==1.22.44->-r requirements.txt (line 14))
  109. Using cached https://files.pythonhosted.org/packages/e8/74/6e4f91745020f967d09332bb2b8b9b10090957334692eb88ea4afe91b77f/urllib3-1.25.8-py2.py3-none-any.whl
  110. Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent>=0.13; extra == "gevent"->gunicorn[gevent]>=20.0.4->-r requirements.txt (line 16))
  111. Using cached https://files.pythonhosted.org/packages/bf/45/142141aa47e01a5779f0fa5a53b81f8379ce8f2b1cd13df7d2f1d751ae42/greenlet-0.4.15-cp36-cp36m-manylinux1_x86_64.whl
  112. Collecting zipp>=0.5 (from importlib-metadata>=0.18; python_version < "3.8"->kombu<4.7,>=4.6.7->celery==4.4.0->-r requirements.txt (line 6))
  113. Using cached https://files.pythonhosted.org/packages/6f/6d/a55f6e81ac213942b9a19cbc05b560c726c3e16f8fb17555f059c17d65f2/zipp-3.0.0-py3-none-any.whl
  114. Collecting pycparser (from cffi>=1.1->bcrypt->flask-bcrypt==0.7.1->-r requirements.txt (line 8))
  115. Using cached https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz
  116. Building wheels for collected packages: alembic, psycopg2, flask-bcrypt, flask-bootstrap, flask-mail, pyqrcode, onetimepass, visitor, blinker, idna-ssl, pycparser
  117. Running setup.py bdist_wheel for alembic ... error
  118. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/alembic/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/tmpoo_6db67pip-wheel- --python-tag cp36:
  119. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  120. or: -c --help [cmd1 cmd2 ...]
  121. or: -c --help-commands
  122. or: -c cmd --help
  123.  
  124. error: invalid command 'bdist_wheel'
  125.  
  126. ----------------------------------------
  127. Failed building wheel for alembic
  128. Running setup.py clean for alembic
  129. Running setup.py bdist_wheel for psycopg2 ... error
  130. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/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/tmpna2idy8hpip-wheel- --python-tag cp36:
  131. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  132. or: -c --help [cmd1 cmd2 ...]
  133. or: -c --help-commands
  134. or: -c cmd --help
  135.  
  136. error: invalid command 'bdist_wheel'
  137.  
  138. ----------------------------------------
  139. Failed building wheel for psycopg2
  140. Running setup.py clean for psycopg2
  141. Running setup.py bdist_wheel for flask-bcrypt ... error
  142. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/flask-bcrypt/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/tmpjhxs_3pspip-wheel- --python-tag cp36:
  143. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  144. or: -c --help [cmd1 cmd2 ...]
  145. or: -c --help-commands
  146. or: -c cmd --help
  147.  
  148. error: invalid command 'bdist_wheel'
  149.  
  150. ----------------------------------------
  151. Failed building wheel for flask-bcrypt
  152. Running setup.py clean for flask-bcrypt
  153. Running setup.py bdist_wheel for flask-bootstrap ... error
  154. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/flask-bootstrap/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/tmp4g81m41kpip-wheel- --python-tag cp36:
  155. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  156. or: -c --help [cmd1 cmd2 ...]
  157. or: -c --help-commands
  158. or: -c cmd --help
  159.  
  160. error: invalid command 'bdist_wheel'
  161.  
  162. ----------------------------------------
  163. Failed building wheel for flask-bootstrap
  164. Running setup.py clean for flask-bootstrap
  165. Running setup.py bdist_wheel for flask-mail ... error
  166. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/flask-mail/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/tmpk7tgdy4lpip-wheel- --python-tag cp36:
  167. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  168. or: -c --help [cmd1 cmd2 ...]
  169. or: -c --help-commands
  170. or: -c cmd --help
  171.  
  172. error: invalid command 'bdist_wheel'
  173.  
  174. ----------------------------------------
  175. Failed building wheel for flask-mail
  176. Running setup.py clean for flask-mail
  177. Running setup.py bdist_wheel for pyqrcode ... error
  178. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/pyqrcode/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/tmp2qqkyhcspip-wheel- --python-tag cp36:
  179. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  180. or: -c --help [cmd1 cmd2 ...]
  181. or: -c --help-commands
  182. or: -c cmd --help
  183.  
  184. error: invalid command 'bdist_wheel'
  185.  
  186. ----------------------------------------
  187. Failed building wheel for pyqrcode
  188. Running setup.py clean for pyqrcode
  189. Running setup.py bdist_wheel for onetimepass ... error
  190. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/onetimepass/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/tmply2br0rspip-wheel- --python-tag cp36:
  191. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  192. or: -c --help [cmd1 cmd2 ...]
  193. or: -c --help-commands
  194. or: -c cmd --help
  195.  
  196. error: invalid command 'bdist_wheel'
  197.  
  198. ----------------------------------------
  199. Failed building wheel for onetimepass
  200. Running setup.py clean for onetimepass
  201. Running setup.py bdist_wheel for visitor ... error
  202. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/visitor/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/tmpv49ievc2pip-wheel- --python-tag cp36:
  203. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  204. or: -c --help [cmd1 cmd2 ...]
  205. or: -c --help-commands
  206. or: -c cmd --help
  207.  
  208. error: invalid command 'bdist_wheel'
  209.  
  210. ----------------------------------------
  211. Failed building wheel for visitor
  212. Running setup.py clean for visitor
  213. Running setup.py bdist_wheel for blinker ... error
  214. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/blinker/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/tmp_06ywz99pip-wheel- --python-tag cp36:
  215. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  216. or: -c --help [cmd1 cmd2 ...]
  217. or: -c --help-commands
  218. or: -c cmd --help
  219.  
  220. error: invalid command 'bdist_wheel'
  221.  
  222. ----------------------------------------
  223. Failed building wheel for blinker
  224. Running setup.py clean for blinker
  225. Running setup.py bdist_wheel for idna-ssl ... error
  226. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/idna-ssl/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/tmp3aezaot9pip-wheel- --python-tag cp36:
  227. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  228. or: -c --help [cmd1 cmd2 ...]
  229. or: -c --help-commands
  230. or: -c cmd --help
  231.  
  232. error: invalid command 'bdist_wheel'
  233.  
  234. ----------------------------------------
  235. Failed building wheel for idna-ssl
  236. Running setup.py clean for idna-ssl
  237. Running setup.py bdist_wheel for pycparser ... error
  238. Complete output from command /home/user/singlebuy/virtual-environments/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6nzvsqe2/pycparser/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/tmpmd2ckvf5pip-wheel- --python-tag cp36:
  239. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  240. or: -c --help [cmd1 cmd2 ...]
  241. or: -c --help-commands
  242. or: -c cmd --help
  243.  
  244. error: invalid command 'bdist_wheel'
  245.  
  246. ----------------------------------------
  247. Failed building wheel for pycparser
  248. Running setup.py clean for pycparser
  249. Failed to build alembic psycopg2 flask-bcrypt flask-bootstrap flask-mail pyqrcode onetimepass visitor blinker idna-ssl pycparser
  250. Installing collected packages: Werkzeug, itsdangerous, click, MarkupSafe, Jinja2, flask, Mako, SQLAlchemy, six, python-dateutil, python-editor, alembic, psycopg2, pytz, billiard, vine, zipp, importlib-metadata, amqp, kombu, celery, flask-sqlalchemy, pycparser, cffi, bcrypt, flask-bcrypt, dominate, visitor, flask-bootstrap, WTForms, flask-wtf, blinker, flask-mail, pyqrcode, onetimepass, idna, multidict, yarl, cryptography, pycares, aiodns, certifi, typing-extensions, attrs, idna-ssl, chardet, async-timeout, aiohttp, urllib3, requests, ccxt, redis, greenlet, gevent, gunicorn, Babel, flask-babel
  251. Exception:
  252. Traceback (most recent call last):
  253. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
  254. status = self.run(options, args)
  255. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/commands/install.py", line 360, in run
  256. prefix=options.prefix_path,
  257. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install
  258. **kwargs
  259. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/req/req_install.py", line 851, in install
  260. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  261. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
  262. isolated=self.isolated,
  263. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/wheel.py", line 345, in move_wheel_files
  264. clobber(source, lib_dir, True)
  265. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/wheel.py", line 316, in clobber
  266. ensure_dir(destdir)
  267. File "/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
  268. os.makedirs(path)
  269. File "/usr/lib/python3.6/os.py", line 220, in makedirs
  270. mkdir(name, mode)
  271. PermissionError: [Errno 13] Permission denied: '/home/user/singlebuy/virtual-environments/env/lib/python3.6/site-packages/werkzeug'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement