Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 KB | None | 0 0
  1. mhemmet1@Oscar:~/temp_Mach1ML/Mach1ML$ python setup.py install --user
  2. running install
  3. running bdist_egg
  4. running egg_info
  5. creating mach1ml.egg-info
  6. writing requirements to mach1ml.egg-info/requires.txt
  7. writing mach1ml.egg-info/PKG-INFO
  8. writing top-level names to mach1ml.egg-info/top_level.txt
  9. writing dependency_links to mach1ml.egg-info/dependency_links.txt
  10. writing entry points to mach1ml.egg-info/entry_points.txt
  11. writing manifest file 'mach1ml.egg-info/SOURCES.txt'
  12. reading manifest file 'mach1ml.egg-info/SOURCES.txt'
  13. writing manifest file 'mach1ml.egg-info/SOURCES.txt'
  14. installing library code to build/bdist.linux-x86_64/egg
  15. running install_lib
  16. running build_py
  17. creating build
  18. creating build/lib.linux-x86_64-2.7
  19. creating build/lib.linux-x86_64-2.7/mach1ml
  20. copying mach1ml/command_line.py -> build/lib.linux-x86_64-2.7/mach1ml
  21. copying mach1ml/__init__.py -> build/lib.linux-x86_64-2.7/mach1ml
  22. copying mach1ml/deploy_cli_old.py -> build/lib.linux-x86_64-2.7/mach1ml
  23. creating build/lib.linux-x86_64-2.7/mach1ml/tune
  24. copying mach1ml/tune/__init__.py -> build/lib.linux-x86_64-2.7/mach1ml/tune
  25. copying mach1ml/tune/utils.py -> build/lib.linux-x86_64-2.7/mach1ml/tune
  26. copying mach1ml/tune/tune.py -> build/lib.linux-x86_64-2.7/mach1ml/tune
  27. copying mach1ml/tune/hpo_constants.py -> build/lib.linux-x86_64-2.7/mach1ml/tune
  28. copying mach1ml/tune/iotools.py -> build/lib.linux-x86_64-2.7/mach1ml/tune
  29. creating build/lib.linux-x86_64-2.7/mach1ml/deploy
  30. copying mach1ml/deploy/deploytool.py -> build/lib.linux-x86_64-2.7/mach1ml/deploy
  31. copying mach1ml/deploy/__init__.py -> build/lib.linux-x86_64-2.7/mach1ml/deploy
  32. copying mach1ml/deploy/utils.py -> build/lib.linux-x86_64-2.7/mach1ml/deploy
  33. creating build/lib.linux-x86_64-2.7/mach1ml/tune/pbt
  34. copying mach1ml/tune/pbt/__init__.py -> build/lib.linux-x86_64-2.7/mach1ml/tune/pbt
  35. copying mach1ml/tune/pbt/utils.py -> build/lib.linux-x86_64-2.7/mach1ml/tune/pbt
  36. copying mach1ml/tune/pbt/k8s.py -> build/lib.linux-x86_64-2.7/mach1ml/tune/pbt
  37. creating build/lib.linux-x86_64-2.7/mach1ml/tune/asha
  38. copying mach1ml/tune/asha/__init__.py -> build/lib.linux-x86_64-2.7/mach1ml/tune/asha
  39. copying mach1ml/tune/asha/k8s.py -> build/lib.linux-x86_64-2.7/mach1ml/tune/asha
  40. creating build/bdist.linux-x86_64
  41. creating build/bdist.linux-x86_64/egg
  42. creating build/bdist.linux-x86_64/egg/mach1ml
  43. creating build/bdist.linux-x86_64/egg/mach1ml/tune
  44. creating build/bdist.linux-x86_64/egg/mach1ml/tune/pbt
  45. copying build/lib.linux-x86_64-2.7/mach1ml/tune/pbt/__init__.py -> build/bdist.linux-x86_64/egg/mach1ml/tune/pbt
  46. copying build/lib.linux-x86_64-2.7/mach1ml/tune/pbt/utils.py -> build/bdist.linux-x86_64/egg/mach1ml/tune/pbt
  47. copying build/lib.linux-x86_64-2.7/mach1ml/tune/pbt/k8s.py -> build/bdist.linux-x86_64/egg/mach1ml/tune/pbt
  48. copying build/lib.linux-x86_64-2.7/mach1ml/tune/__init__.py -> build/bdist.linux-x86_64/egg/mach1ml/tune
  49. copying build/lib.linux-x86_64-2.7/mach1ml/tune/utils.py -> build/bdist.linux-x86_64/egg/mach1ml/tune
  50. creating build/bdist.linux-x86_64/egg/mach1ml/tune/asha
  51. copying build/lib.linux-x86_64-2.7/mach1ml/tune/asha/__init__.py -> build/bdist.linux-x86_64/egg/mach1ml/tune/asha
  52. copying build/lib.linux-x86_64-2.7/mach1ml/tune/asha/k8s.py -> build/bdist.linux-x86_64/egg/mach1ml/tune/asha
  53. copying build/lib.linux-x86_64-2.7/mach1ml/tune/tune.py -> build/bdist.linux-x86_64/egg/mach1ml/tune
  54. copying build/lib.linux-x86_64-2.7/mach1ml/tune/hpo_constants.py -> build/bdist.linux-x86_64/egg/mach1ml/tune
  55. copying build/lib.linux-x86_64-2.7/mach1ml/tune/iotools.py -> build/bdist.linux-x86_64/egg/mach1ml/tune
  56. copying build/lib.linux-x86_64-2.7/mach1ml/command_line.py -> build/bdist.linux-x86_64/egg/mach1ml
  57. copying build/lib.linux-x86_64-2.7/mach1ml/__init__.py -> build/bdist.linux-x86_64/egg/mach1ml
  58. creating build/bdist.linux-x86_64/egg/mach1ml/deploy
  59. copying build/lib.linux-x86_64-2.7/mach1ml/deploy/deploytool.py -> build/bdist.linux-x86_64/egg/mach1ml/deploy
  60. copying build/lib.linux-x86_64-2.7/mach1ml/deploy/__init__.py -> build/bdist.linux-x86_64/egg/mach1ml/deploy
  61. copying build/lib.linux-x86_64-2.7/mach1ml/deploy/utils.py -> build/bdist.linux-x86_64/egg/mach1ml/deploy
  62. copying build/lib.linux-x86_64-2.7/mach1ml/deploy_cli_old.py -> build/bdist.linux-x86_64/egg/mach1ml
  63. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/pbt/__init__.py to __init__.pyc
  64. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/pbt/utils.py to utils.pyc
  65. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/pbt/k8s.py to k8s.pyc
  66. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/__init__.py to __init__.pyc
  67. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/utils.py to utils.pyc
  68. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/asha/__init__.py to __init__.pyc
  69. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/asha/k8s.py to k8s.pyc
  70. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/tune.py to tune.pyc
  71. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/hpo_constants.py to hpo_constants.pyc
  72. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/tune/iotools.py to iotools.pyc
  73. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/command_line.py to command_line.pyc
  74. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/__init__.py to __init__.pyc
  75. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/deploy/deploytool.py to deploytool.pyc
  76. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/deploy/__init__.py to __init__.pyc
  77. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/deploy/utils.py to utils.pyc
  78. byte-compiling build/bdist.linux-x86_64/egg/mach1ml/deploy_cli_old.py to deploy_cli_old.pyc
  79. creating build/bdist.linux-x86_64/egg/EGG-INFO
  80. copying mach1ml.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  81. copying mach1ml.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  82. copying mach1ml.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  83. copying mach1ml.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  84. copying mach1ml.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  85. copying mach1ml.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  86. zip_safe flag not set; analyzing archive contents...
  87. creating dist
  88. creating 'dist/mach1ml-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  89. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  90. Processing mach1ml-0.1-py2.7.egg
  91. Removing /home/mhemmet1/.local/lib/python2.7/site-packages/mach1ml-0.1-py2.7.egg
  92. Copying mach1ml-0.1-py2.7.egg to /home/mhemmet1/.local/lib/python2.7/site-packages
  93. mach1ml 0.1 is already the active version in easy-install.pth
  94. Installing mach1ml script to /home/mhemmet1/.local/bin
  95.  
  96. Installed /home/mhemmet1/.local/lib/python2.7/site-packages/mach1ml-0.1-py2.7.egg
  97. Processing dependencies for mach1ml==0.1
  98. Searching for docker==4.0.2
  99. Best match: docker 4.0.2
  100. Adding docker 4.0.2 to easy-install.pth file
  101.  
  102. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  103. Searching for Click==7.0
  104. Best match: Click 7.0
  105. Processing Click-7.0-py2.7.egg
  106. Click 7.0 is already the active version in easy-install.pth
  107.  
  108. Using /home/mhemmet1/.local/lib/python2.7/site-packages/Click-7.0-py2.7.egg
  109. Searching for kubernetes==10.0.0
  110. Best match: kubernetes 10.0.0
  111. Adding kubernetes 10.0.0 to easy-install.pth file
  112.  
  113. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  114. Searching for minio==4.0.18
  115. Best match: minio 4.0.18
  116. Processing minio-4.0.18-py2.7.egg
  117. minio 4.0.18 is already the active version in easy-install.pth
  118.  
  119. Using /home/mhemmet1/.local/lib/python2.7/site-packages/minio-4.0.18-py2.7.egg
  120. Searching for backports.ssl-match-hostname==3.7.0.1
  121. Best match: backports.ssl-match-hostname 3.7.0.1
  122. Adding backports.ssl-match-hostname 3.7.0.1 to easy-install.pth file
  123.  
  124. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  125. Searching for six==1.12.0
  126. Best match: six 1.12.0
  127. Adding six 1.12.0 to easy-install.pth file
  128.  
  129. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  130. Searching for websocket-client==0.56.0
  131. Best match: websocket-client 0.56.0
  132. Adding websocket-client 0.56.0 to easy-install.pth file
  133.  
  134. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  135. Searching for requests==2.22.0
  136. Best match: requests 2.22.0
  137. Adding requests 2.22.0 to easy-install.pth file
  138.  
  139. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  140. Searching for ipaddress==1.0.17
  141. Best match: ipaddress 1.0.17
  142. Adding ipaddress 1.0.17 to easy-install.pth file
  143.  
  144. Using /usr/lib/python2.7/dist-packages
  145. Searching for google-auth==1.6.3
  146. Best match: google-auth 1.6.3
  147. Adding google-auth 1.6.3 to easy-install.pth file
  148.  
  149. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  150. Searching for urllib3==1.25.3
  151. Best match: urllib3 1.25.3
  152. Adding urllib3 1.25.3 to easy-install.pth file
  153.  
  154. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  155. Searching for certifi==2019.6.16
  156. Best match: certifi 2019.6.16
  157. Adding certifi 2019.6.16 to easy-install.pth file
  158.  
  159. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  160. Searching for requests-oauthlib==1.2.0
  161. Best match: requests-oauthlib 1.2.0
  162. Adding requests-oauthlib 1.2.0 to easy-install.pth file
  163.  
  164. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  165. Searching for python-dateutil==2.8.0
  166. Best match: python-dateutil 2.8.0
  167. Adding python-dateutil 2.8.0 to easy-install.pth file
  168.  
  169. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  170. Searching for PyYAML==5.1.1
  171. Best match: PyYAML 5.1.1
  172. Adding PyYAML 5.1.1 to easy-install.pth file
  173.  
  174. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  175. Searching for setuptools==41.0.1
  176. Best match: setuptools 41.0.1
  177. Adding setuptools 41.0.1 to easy-install.pth file
  178. Installing easy_install script to /home/mhemmet1/.local/bin
  179. Installing easy_install-3.6 script to /home/mhemmet1/.local/bin
  180.  
  181. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  182. Searching for pytz==2019.1
  183. Best match: pytz 2019.1
  184. Processing pytz-2019.1-py2.7.egg
  185. pytz 2019.1 is already the active version in easy-install.pth
  186.  
  187. Using /home/mhemmet1/.local/lib/python2.7/site-packages/pytz-2019.1-py2.7.egg
  188. Searching for future==0.17.1
  189. Best match: future 0.17.1
  190. Processing future-0.17.1-py2.7.egg
  191. future 0.17.1 is already the active version in easy-install.pth
  192. Installing pasteurize script to /home/mhemmet1/.local/bin
  193. Installing futurize script to /home/mhemmet1/.local/bin
  194.  
  195. Using /home/mhemmet1/.local/lib/python2.7/site-packages/future-0.17.1-py2.7.egg
  196. Searching for idna==2.6
  197. Best match: idna 2.6
  198. Adding idna 2.6 to easy-install.pth file
  199.  
  200. Using /usr/lib/python2.7/dist-packages
  201. Searching for chardet==3.0.4
  202. Best match: chardet 3.0.4
  203. Adding chardet 3.0.4 to easy-install.pth file
  204. Installing chardetect script to /home/mhemmet1/.local/bin
  205.  
  206. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  207. Searching for rsa==4.0
  208. Best match: rsa 4.0
  209. Adding rsa 4.0 to easy-install.pth file
  210. Installing pyrsa-encrypt script to /home/mhemmet1/.local/bin
  211. Installing pyrsa-verify script to /home/mhemmet1/.local/bin
  212. Installing pyrsa-sign script to /home/mhemmet1/.local/bin
  213. Installing pyrsa-priv2pub script to /home/mhemmet1/.local/bin
  214. Installing pyrsa-decrypt script to /home/mhemmet1/.local/bin
  215. Installing pyrsa-keygen script to /home/mhemmet1/.local/bin
  216.  
  217. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  218. Searching for pyasn1-modules==0.2.5
  219. Best match: pyasn1-modules 0.2.5
  220. Adding pyasn1-modules 0.2.5 to easy-install.pth file
  221.  
  222. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  223. Searching for cachetools==3.1.1
  224. Best match: cachetools 3.1.1
  225. Adding cachetools 3.1.1 to easy-install.pth file
  226.  
  227. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  228. Searching for oauthlib==3.0.2
  229. Best match: oauthlib 3.0.2
  230. Adding oauthlib 3.0.2 to easy-install.pth file
  231.  
  232. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  233. Searching for pyasn1==0.4.5
  234. Best match: pyasn1 0.4.5
  235. Adding pyasn1 0.4.5 to easy-install.pth file
  236.  
  237. Using /home/mhemmet1/.local/lib/python2.7/site-packages
  238. Finished processing dependencies for mach1ml==0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement