Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. omar@omar-M51AC:~/Monkey$ sudo -H pip3 install -r optional-requirements.txt
  2. [sudo] password for omar:
  3. Collecting asyncpushbullet>=0.12 (from -r optional-requirements.txt (line 1))
  4. Using cached asyncpushbullet-0.12.14.tar.gz
  5. Collecting peony-twitter>=1.0.0 (from -r optional-requirements.txt (line 2))
  6. Using cached peony_twitter-1.0.3-py3-none-any.whl
  7. Collecting gpsoauth>=0.4.0 (from -r optional-requirements.txt (line 3))
  8. Using cached gpsoauth-0.4.1.tar.gz
  9. Collecting shapely>=1.3.0 (from -r optional-requirements.txt (line 4))
  10. Using cached Shapely-1.6.2.post1-cp35-cp35m-manylinux1_x86_64.whl
  11. Collecting selenium>=3.0 (from -r optional-requirements.txt (line 5))
  12. Using cached selenium-3.7.0-py2.py3-none-any.whl
  13. Collecting uvloop>=0.7.0 (from -r optional-requirements.txt (line 6))
  14. Using cached uvloop-0.8.1-cp35-cp35m-manylinux1_x86_64.whl
  15. Collecting psycopg2>=2.6 (from -r optional-requirements.txt (line 8))
  16. Using cached psycopg2-2.7.3.2-cp35-cp35m-manylinux1_x86_64.whl
  17. Collecting cchardet>=2.1.0 (from -r optional-requirements.txt (line 9))
  18. Using cached cchardet-2.1.1-cp35-cp35m-manylinux1_x86_64.whl
  19. Collecting aiodns>=1.1.0 (from -r optional-requirements.txt (line 10))
  20. Using cached aiodns-1.1.1-py2.py3-none-any.whl
  21. Collecting aiosocks>=0.2.3 (from -r optional-requirements.txt (line 11))
  22. Using cached aiosocks-0.2.5.tar.gz
  23. Collecting ujson>=1.35 (from -r optional-requirements.txt (line 12))
  24. Using cached ujson-1.35.tar.gz
  25. Collecting sanic>=0.3 (from -r optional-requirements.txt (line 13))
  26. Using cached sanic-0.6.0-py3-none-any.whl
  27. Collecting asyncpg>=0.8 (from -r optional-requirements.txt (line 14))
  28. Using cached asyncpg-0.13.0-cp35-cp35m-manylinux1_x86_64.whl
  29. Collecting mysqlclient>=1.3 (from -r optional-requirements.txt (line 15))
  30. Using cached mysqlclient-1.3.12.tar.gz
  31. Requirement already satisfied: requests>=1.0.0 in /usr/local/lib/python3.5/dist-packages (from asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  32. Collecting python-magic (from asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  33. Downloading python_magic-0.4.13-py2.py3-none-any.whl
  34. Requirement already satisfied: aiohttp in /usr/local/lib/python3.5/dist-packages (from asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  35. Collecting tqdm (from asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  36. Downloading tqdm-4.19.4-py2.py3-none-any.whl (50kB)
  37. 100% |████████████████████████████████| 51kB 2.7MB/s
  38. Collecting pycryptodomex>=3.0 (from gpsoauth>=0.4.0->-r optional-requirements.txt (line 3))
  39. Downloading pycryptodomex-3.4.7.tar.gz (6.5MB)
  40. 100% |████████████████████████████████| 6.5MB 335kB/s
  41. Collecting pycares>=1.0.0 (from aiodns>=1.1.0->-r optional-requirements.txt (line 10))
  42. Downloading pycares-2.3.0-cp35-cp35m-manylinux1_x86_64.whl (200kB)
  43. 100% |████████████████████████████████| 204kB 6.0MB/s
  44. Collecting websockets>=3.2 (from sanic>=0.3->-r optional-requirements.txt (line 13))
  45. Downloading websockets-4.0.1-cp35-cp35m-manylinux1_x86_64.whl (79kB)
  46. 100% |████████████████████████████████| 81kB 8.8MB/s
  47. Collecting aiofiles>=0.3.0 (from sanic>=0.3->-r optional-requirements.txt (line 13))
  48. Downloading aiofiles-0.3.2-py3-none-any.whl
  49. Collecting httptools>=0.0.9 (from sanic>=0.3->-r optional-requirements.txt (line 13))
  50. Downloading httptools-0.0.9.tar.gz (86kB)
  51. 100% |████████████████████████████████| 92kB 8.9MB/s
  52. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.5/dist-packages (from requests>=1.0.0->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  53. Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python3.5/dist-packages (from requests>=1.0.0->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  54. Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.5/dist-packages (from requests>=1.0.0->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  55. Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python3.5/dist-packages (from requests>=1.0.0->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  56. Requirement already satisfied: multidict>=2.1.4 in /usr/local/lib/python3.5/dist-packages (from aiohttp->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  57. Requirement already satisfied: async-timeout>=1.2.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  58. Requirement already satisfied: yarl>=0.11 in /usr/local/lib/python3.5/dist-packages (from aiohttp->asyncpushbullet>=0.12->-r optional-requirements.txt (line 1))
  59. Building wheels for collected packages: asyncpushbullet, gpsoauth, aiosocks, ujson, mysqlclient, pycryptodomex, httptools
  60. Running setup.py bdist_wheel for asyncpushbullet ... done
  61. Stored in directory: /root/.cache/pip/wheels/a4/6f/3e/37218d3b04921e6c40cc7281c3956c4d77878af15b7aa0c1c4
  62. Running setup.py bdist_wheel for gpsoauth ... done
  63. Stored in directory: /root/.cache/pip/wheels/43/87/ea/d21c327c9902835874a687e68343f8b186cefd7a8e43b7a230
  64. Running setup.py bdist_wheel for aiosocks ... done
  65. Stored in directory: /root/.cache/pip/wheels/2f/47/39/ee1949a370929624917c922944e559fb0d602e6c004c64e30b
  66. Running setup.py bdist_wheel for ujson ... done
  67. Stored in directory: /root/.cache/pip/wheels/9e/9b/d0/df92653bb5b2664c15d8ee5b99e3f2eb08a034444db8922b2f
  68. Running setup.py bdist_wheel for mysqlclient ... done
  69. Stored in directory: /root/.cache/pip/wheels/df/bb/60/bf7c315cbe163515db1c846e4ffa5557dd785c82e82f3492e8
  70. Running setup.py bdist_wheel for pycryptodomex ... done
  71. Stored in directory: /root/.cache/pip/wheels/88/5c/c8/a1185f7ec8f2e8dcd55f0080a64138550acd76a65c17f04871
  72. Running setup.py bdist_wheel for httptools ... done
  73. Stored in directory: /root/.cache/pip/wheels/0b/da/c1/e544f756178b6f0455d5865f1355167aea21a924b33656a89f
  74. Successfully built asyncpushbullet gpsoauth aiosocks ujson mysqlclient pycryptodomex httptools
  75. Installing collected packages: python-magic, tqdm, asyncpushbullet, peony-twitter, pycryptodomex, gpsoauth, shapely, selenium, uvloop, psycopg2, cchardet, pycares, aiodns, aiosocks, ujson, websockets, aiofiles, httptools, sanic, asyncpg, mysqlclient
  76. Successfully installed aiodns-1.1.1 aiofiles-0.3.2 aiosocks-0.2.5 asyncpg-0.13.0 asyncpushbullet-0.12.14 cchardet-2.1.1 gpsoauth-0.4.1 httptools-0.0.9 mysqlclient-1.3.12 peony-twitter-1.0.3 psycopg2-2.7.3.2 pycares-2.3.0 pycryptodomex-3.4.7 python-magic-0.4.13 sanic-0.6.0 selenium-3.7.0 shapely-1.6.2.post1 tqdm-4.19.4 ujson-1.35 uvloop-0.8.1 websockets-4.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement