Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.77 KB | None | 0 0
  1. Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-21-generic x86_64)
  2.  
  3. * Documentation: https://help.ubuntu.com
  4. * Management: https://landscape.canonical.com
  5. * Support: https://ubuntu.com/advantage
  6.  
  7. 215 packages can be updated.
  8. 11 updates are security updates.
  9.  
  10. New release '18.04.1 LTS' available.
  11. Run 'do-release-upgrade' to upgrade to it.
  12.  
  13.  
  14. *** System restart required ***
  15. Last login: Wed Jan 9 17:25:19 2019 from ::1
  16. ray@rayml:~$ conda create -y python=3.6 --name fastai-please-work
  17. Solving environment: done
  18.  
  19. ## Package Plan ##
  20.  
  21. environment location: /home/ray/anaconda3/envs/fastai-please-work
  22.  
  23. added / updated specs:
  24. - python=3.6
  25.  
  26.  
  27. The following packages will be downloaded:
  28.  
  29. package | build
  30. ---------------------------|-----------------
  31. wheel-0.32.3 | py36_0 35 KB
  32. setuptools-40.6.3 | py36_0 625 KB
  33. pip-18.1 | py36_0 1.8 MB
  34. ------------------------------------------------------------
  35. Total: 2.4 MB
  36.  
  37. The following NEW packages will be INSTALLED:
  38.  
  39. ca-certificates: 2018.03.07-0
  40. certifi: 2018.11.29-py36_0
  41. libedit: 3.1.20170329-h6b74fdf_2
  42. libffi: 3.2.1-hd88cf55_4
  43. libgcc-ng: 8.2.0-hdf63c60_1
  44. libstdcxx-ng: 8.2.0-hdf63c60_1
  45. ncurses: 6.1-he6710b0_1
  46. openssl: 1.1.1a-h7b6447c_0
  47. pip: 18.1-py36_0
  48. python: 3.6.8-h0371630_0
  49. readline: 7.0-h7b6447c_5
  50. setuptools: 40.6.3-py36_0
  51. sqlite: 3.26.0-h7b6447c_0
  52. tk: 8.6.8-hbc83047_0
  53. wheel: 0.32.3-py36_0
  54. xz: 5.2.4-h14c3975_4
  55. zlib: 1.2.11-h7b6447c_3
  56.  
  57.  
  58. Downloading and Extracting Packages
  59. wheel-0.32.3 | 35 KB | ##################################### | 100%
  60. setuptools-40.6.3 | 625 KB | ##################################### | 100%
  61. pip-18.1 | 1.8 MB | ##################################### | 100%
  62. Preparing transaction: done
  63. Verifying transaction: done
  64. Executing transaction: done
  65. #
  66. # To activate this environment, use
  67. #
  68. # $ conda activate fastai-please-work
  69. #
  70. # To deactivate an active environment, use
  71. #
  72. # $ conda deactivate
  73.  
  74. ray@rayml:~$ conda activate fastai-please-work
  75. (fastai-please-work) ray@rayml:~$ conda install -y conda
  76. Solving environment: done
  77.  
  78. ## Package Plan ##
  79.  
  80. environment location: /home/ray/anaconda3/envs/fastai-please-work
  81.  
  82. added / updated specs:
  83. - conda
  84.  
  85.  
  86. The following packages will be downloaded:
  87.  
  88. package | build
  89. ---------------------------|-----------------
  90. pyopenssl-18.0.0 | py36_0 82 KB
  91. chardet-3.0.4 | py36_1 189 KB
  92. cffi-1.11.5 | py36he75722e_1 212 KB
  93. idna-2.8 | py36_0 133 KB
  94. pycparser-2.19 | py36_0 174 KB
  95. urllib3-1.24.1 | py36_0 149 KB
  96. requests-2.21.0 | py36_0 85 KB
  97. six-1.12.0 | py36_0 22 KB
  98. ------------------------------------------------------------
  99. Total: 1.0 MB
  100.  
  101. The following NEW packages will be INSTALLED:
  102.  
  103. asn1crypto: 0.24.0-py36_0
  104. cffi: 1.11.5-py36he75722e_1
  105. chardet: 3.0.4-py36_1
  106. conda: 4.5.12-py36_0
  107. conda-env: 2.6.0-1
  108. cryptography: 2.4.2-py36h1ba5d50_0
  109. idna: 2.8-py36_0
  110. pycosat: 0.6.3-py36h14c3975_0
  111. pycparser: 2.19-py36_0
  112. pyopenssl: 18.0.0-py36_0
  113. pysocks: 1.6.8-py36_0
  114. requests: 2.21.0-py36_0
  115. ruamel_yaml: 0.15.46-py36h14c3975_0
  116. six: 1.12.0-py36_0
  117. urllib3: 1.24.1-py36_0
  118. yaml: 0.1.7-had09818_2
  119.  
  120.  
  121. Downloading and Extracting Packages
  122. pyopenssl-18.0.0 | 82 KB | ##################################### | 100%
  123. chardet-3.0.4 | 189 KB | ##################################### | 100%
  124. cffi-1.11.5 | 212 KB | ##################################### | 100%
  125. idna-2.8 | 133 KB | ##################################### | 100%
  126. pycparser-2.19 | 174 KB | ##################################### | 100%
  127. urllib3-1.24.1 | 149 KB | ##################################### | 100%
  128. requests-2.21.0 | 85 KB | ##################################### | 100%
  129. six-1.12.0 | 22 KB | ##################################### | 100%
  130. Preparing transaction: done
  131. Verifying transaction: done
  132. Executing transaction: done
  133. (fastai-please-work) ray@rayml:~$ conda install -y pip setuptools
  134. Solving environment: done
  135.  
  136. # All requested packages already installed.
  137.  
  138. (fastai-please-work) ray@rayml:~$ conda install -y -c fastai -c pytorch fastai
  139. Solving environment: done
  140.  
  141. ## Package Plan ##
  142.  
  143. environment location: /home/ray/anaconda3/envs/fastai-please-work
  144.  
  145. added / updated specs:
  146. - fastai
  147.  
  148.  
  149. The following packages will be downloaded:
  150.  
  151. package | build
  152. ---------------------------|-----------------
  153. kiwisolver-1.0.1 | py36hf484d3e_0 83 KB
  154. markupsafe-1.1.0 | py36h7b6447c_0 26 KB
  155. thinc-6.12.1 |py36h637b7d7_1000 1.5 MB fastai
  156. pyqt-5.9.2 | py36h05f1152_2 5.6 MB
  157. ptyprocess-0.6.0 | py36_0 23 KB
  158. wcwidth-0.1.7 | py36_0 25 KB
  159. bleach-3.0.2 | py36_0 220 KB
  160. scipy-1.1.0 | py36h7c811a0_2 17.7 MB
  161. pandocfilters-1.4.2 | py36_1 13 KB
  162. pickleshare-0.7.5 | py36_0 13 KB
  163. pillow-5.3.0 | py36h34e0f95_0 599 KB
  164. tqdm-4.28.1 | py36h28b3542_0 61 KB
  165. prompt_toolkit-2.0.7 | py36_0 482 KB
  166. cytoolz-0.9.0.1 | py36h14c3975_1 419 KB
  167. webencodings-0.5.1 | py36_1 19 KB
  168. mkl_fft-1.0.6 | py36hd81dba3_0 197 KB
  169. pygments-2.3.1 | py36_0 1.4 MB
  170. msgpack-python-0.5.6 | py36h6bb024c_1 99 KB
  171. packaging-18.0 | py36_0 33 KB
  172. tornado-5.1.1 | py36h7b6447c_0 663 KB
  173. torchvision-0.2.1 | py_0 38 KB fastai
  174. parso-0.3.1 | py36_0 114 KB
  175. matplotlib-3.0.2 | py36h5429711_0 6.5 MB
  176. jinja2-2.10 | py36_0 184 KB
  177. dill-0.2.8.2 | py36_0 112 KB
  178. terminado-0.8.1 | py36_1 21 KB
  179. testpath-0.4.2 | py36_0 91 KB
  180. pexpect-4.6.0 | py36_0 77 KB
  181. pyyaml-3.13 | py36h14c3975_0 178 KB
  182. nbconvert-5.3.1 | py36_0 406 KB
  183. nbformat-4.4.0 | py36_0 141 KB
  184. numpy-1.15.4 | py36h7e9f1db_0 47 KB
  185. cycler-0.10.0 | py36_0 13 KB
  186. plac-0.9.6 | py36_0 36 KB
  187. entrypoints-0.2.3 | py36_2 9 KB
  188. murmurhash-1.0.1 | py36he6710b0_0 18 KB
  189. python-dateutil-2.7.5 | py36_0 275 KB
  190. mkl_random-1.0.2 | py36hd81dba3_0 407 KB
  191. jsonschema-2.6.0 | py36_0 62 KB
  192. ipykernel-5.1.0 | py36h39e3cac_0 156 KB
  193. notebook-5.7.4 | py36_0 7.2 MB
  194. jupyter_core-4.4.0 | py36_0 63 KB
  195. olefile-0.46 | py36_0 48 KB
  196. ujson-1.35 | py36h14c3975_0 26 KB
  197. traitlets-4.3.2 | py36_0 133 KB
  198. pandas-0.23.4 | py36h04863e7_0 10.1 MB
  199. numpy-base-1.15.4 | py36hde5b4d6_0 4.3 MB
  200. prometheus_client-0.5.0 | py36_0 67 KB
  201. msgpack-numpy-0.4.3.2 | py36_0 14 KB
  202. numexpr-2.6.8 | py36h9e4a6bb_0 194 KB
  203. ipython_genutils-0.2.0 | py36_0 39 KB
  204. pytz-2018.7 | py36_0 250 KB
  205. wrapt-1.10.11 | py36h14c3975_2 45 KB
  206. jedi-0.13.2 | py36_0 228 KB
  207. pyzmq-17.1.2 | py36h14c3975_0 454 KB
  208. jupyter_client-5.2.4 | py36_0 128 KB
  209. ipython-7.2.0 | py36h39e3cac_0 1.0 MB
  210. pyparsing-2.3.0 | py36_0 101 KB
  211. mistune-0.8.4 | py36h7b6447c_0 54 KB
  212. ------------------------------------------------------------
  213. Total: 62.3 MB
  214.  
  215. The following NEW packages will be INSTALLED:
  216.  
  217. backcall: 0.1.0-py36_0
  218. blas: 1.0-mkl
  219. bleach: 3.0.2-py36_0
  220. bottleneck: 1.2.1-py36h035aef0_1
  221. cycler: 0.10.0-py36_0
  222. cymem: 2.0.2-py36hfd86e86_0
  223. cytoolz: 0.9.0.1-py36h14c3975_1
  224. dataclasses: 0.6-py_0 fastai
  225. dbus: 1.13.2-h714fa37_1
  226. decorator: 4.3.0-py36_0
  227. dill: 0.2.8.2-py36_0
  228. entrypoints: 0.2.3-py36_2
  229. expat: 2.2.6-he6710b0_0
  230. fastai: 1.0.39-1 fastai
  231. fastprogress: 0.1.18-py_0 fastai
  232. fontconfig: 2.13.0-h9420a91_0
  233. freetype: 2.9.1-h8a8886c_1
  234. glib: 2.56.2-hd408876_0
  235. gmp: 6.1.2-h6c8ec71_1
  236. gst-plugins-base: 1.14.0-hbbd80ab_1
  237. gstreamer: 1.14.0-hb453b48_1
  238. icu: 58.2-h9c2bf20_1
  239. intel-openmp: 2019.1-144
  240. ipykernel: 5.1.0-py36h39e3cac_0
  241. ipython: 7.2.0-py36h39e3cac_0
  242. ipython_genutils: 0.2.0-py36_0
  243. jedi: 0.13.2-py36_0
  244. jinja2: 2.10-py36_0
  245. jpeg: 9b-h024ee3a_2
  246. jsonschema: 2.6.0-py36_0
  247. jupyter_client: 5.2.4-py36_0
  248. jupyter_core: 4.4.0-py36_0
  249. kiwisolver: 1.0.1-py36hf484d3e_0
  250. libgfortran-ng: 7.3.0-hdf63c60_0
  251. libpng: 1.6.35-hbc83047_0
  252. libsodium: 1.0.16-h1bed415_0
  253. libtiff: 4.0.9-he85c1e1_2
  254. libuuid: 1.0.3-h1bed415_2
  255. libxcb: 1.13-h1bed415_1
  256. libxml2: 2.9.8-h26e45fe_1
  257. markupsafe: 1.1.0-py36h7b6447c_0
  258. matplotlib: 3.0.2-py36h5429711_0
  259. mistune: 0.8.4-py36h7b6447c_0
  260. mkl: 2019.1-144
  261. mkl_fft: 1.0.6-py36hd81dba3_0
  262. mkl_random: 1.0.2-py36hd81dba3_0
  263. msgpack-numpy: 0.4.3.2-py36_0
  264. msgpack-python: 0.5.6-py36h6bb024c_1
  265. murmurhash: 1.0.1-py36he6710b0_0
  266. nb_conda: 2.2.1-py36_0
  267. nb_conda_kernels: 2.2.0-py36_0
  268. nbconvert: 5.3.1-py36_0
  269. nbformat: 4.4.0-py36_0
  270. ninja: 1.8.2-py36h6bb024c_1
  271. notebook: 5.7.4-py36_0
  272. numexpr: 2.6.8-py36h9e4a6bb_0
  273. numpy: 1.15.4-py36h7e9f1db_0
  274. numpy-base: 1.15.4-py36hde5b4d6_0
  275. nvidia-ml-py3: 7.352.0-py_0 fastai
  276. olefile: 0.46-py36_0
  277. packaging: 18.0-py36_0
  278. pandas: 0.23.4-py36h04863e7_0
  279. pandoc: 2.2.3.2-0
  280. pandocfilters: 1.4.2-py36_1
  281. parso: 0.3.1-py36_0
  282. pcre: 8.42-h439df22_0
  283. pexpect: 4.6.0-py36_0
  284. pickleshare: 0.7.5-py36_0
  285. pillow: 5.3.0-py36h34e0f95_0
  286. plac: 0.9.6-py36_0
  287. preshed: 2.0.1-py36he6710b0_0
  288. prometheus_client: 0.5.0-py36_0
  289. prompt_toolkit: 2.0.7-py36_0
  290. ptyprocess: 0.6.0-py36_0
  291. pygments: 2.3.1-py36_0
  292. pyparsing: 2.3.0-py36_0
  293. pyqt: 5.9.2-py36h05f1152_2
  294. python-dateutil: 2.7.5-py36_0
  295. pytorch: 1.0.0-py3.6_cuda9.0.176_cudnn7.4.1_1 pytorch
  296. pytz: 2018.7-py36_0
  297. pyyaml: 3.13-py36h14c3975_0
  298. pyzmq: 17.1.2-py36h14c3975_0
  299. qt: 5.9.7-h5867ecd_1
  300. regex: 2018.01.10-py36h14c3975_1000 fastai
  301. scipy: 1.1.0-py36h7c811a0_2
  302. send2trash: 1.5.0-py36_0
  303. sip: 4.19.8-py36hf484d3e_0
  304. spacy: 2.0.18-py36hf484d3e_1000 fastai
  305. terminado: 0.8.1-py36_1
  306. testpath: 0.4.2-py36_0
  307. thinc: 6.12.1-py36h637b7d7_1000 fastai
  308. toolz: 0.9.0-py36_0
  309. torchvision: 0.2.1-py_0 fastai
  310. tornado: 5.1.1-py36h7b6447c_0
  311. tqdm: 4.28.1-py36h28b3542_0
  312. traitlets: 4.3.2-py36_0
  313. typing: 3.6.4-py36_0
  314. ujson: 1.35-py36h14c3975_0
  315. wcwidth: 0.1.7-py36_0
  316. webencodings: 0.5.1-py36_1
  317. wrapt: 1.10.11-py36h14c3975_2
  318. zeromq: 4.2.5-hf484d3e_1
  319.  
  320.  
  321. Downloading and Extracting Packages
  322. kiwisolver-1.0.1 | 83 KB | ##################################### | 100%
  323. markupsafe-1.1.0 | 26 KB | ##################################### | 100%
  324. thinc-6.12.1 | 1.5 MB | ##################################### | 100%
  325. pyqt-5.9.2 | 5.6 MB | ##################################### | 100%
  326. ptyprocess-0.6.0 | 23 KB | ##################################### | 100%
  327. wcwidth-0.1.7 | 25 KB | ##################################### | 100%
  328. bleach-3.0.2 | 220 KB | ##################################### | 100%
  329. scipy-1.1.0 | 17.7 MB | ##################################### | 100%
  330. pandocfilters-1.4.2 | 13 KB | ##################################### | 100%
  331. pickleshare-0.7.5 | 13 KB | ##################################### | 100%
  332. pillow-5.3.0 | 599 KB | ##################################### | 100%
  333. tqdm-4.28.1 | 61 KB | ##################################### | 100%
  334. prompt_toolkit-2.0.7 | 482 KB | ##################################### | 100%
  335. cytoolz-0.9.0.1 | 419 KB | ##################################### | 100%
  336. webencodings-0.5.1 | 19 KB | ##################################### | 100%
  337. mkl_fft-1.0.6 | 197 KB | ##################################### | 100%
  338. pygments-2.3.1 | 1.4 MB | ##################################### | 100%
  339. msgpack-python-0.5.6 | 99 KB | ##################################### | 100%
  340. packaging-18.0 | 33 KB | ##################################### | 100%
  341. tornado-5.1.1 | 663 KB | ##################################### | 100%
  342. torchvision-0.2.1 | 38 KB | ##################################### | 100%
  343. parso-0.3.1 | 114 KB | ##################################### | 100%
  344. matplotlib-3.0.2 | 6.5 MB | ##################################### | 100%
  345. jinja2-2.10 | 184 KB | ##################################### | 100%
  346. dill-0.2.8.2 | 112 KB | ##################################### | 100%
  347. terminado-0.8.1 | 21 KB | ##################################### | 100%
  348. testpath-0.4.2 | 91 KB | ##################################### | 100%
  349. pexpect-4.6.0 | 77 KB | ##################################### | 100%
  350. pyyaml-3.13 | 178 KB | ##################################### | 100%
  351. nbconvert-5.3.1 | 406 KB | ##################################### | 100%
  352. nbformat-4.4.0 | 141 KB | ##################################### | 100%
  353. numpy-1.15.4 | 47 KB | ##################################### | 100%
  354. cycler-0.10.0 | 13 KB | ##################################### | 100%
  355. plac-0.9.6 | 36 KB | ##################################### | 100%
  356. entrypoints-0.2.3 | 9 KB | ##################################### | 100%
  357. murmurhash-1.0.1 | 18 KB | ##################################### | 100%
  358. python-dateutil-2.7. | 275 KB | ##################################### | 100%
  359. mkl_random-1.0.2 | 407 KB | ##################################### | 100%
  360. jsonschema-2.6.0 | 62 KB | ##################################### | 100%
  361. ipykernel-5.1.0 | 156 KB | ##################################### | 100%
  362. notebook-5.7.4 | 7.2 MB | ##################################### | 100%
  363. jupyter_core-4.4.0 | 63 KB | ##################################### | 100%
  364. olefile-0.46 | 48 KB | ##################################### | 100%
  365. ujson-1.35 | 26 KB | ##################################### | 100%
  366. traitlets-4.3.2 | 133 KB | ##################################### | 100%
  367. pandas-0.23.4 | 10.1 MB | ##################################### | 100%
  368. numpy-base-1.15.4 | 4.3 MB | ##################################### | 100%
  369. prometheus_client-0. | 67 KB | ##################################### | 100%
  370. msgpack-numpy-0.4.3. | 14 KB | ##################################### | 100%
  371. numexpr-2.6.8 | 194 KB | ##################################### | 100%
  372. ipython_genutils-0.2 | 39 KB | ##################################### | 100%
  373. pytz-2018.7 | 250 KB | ##################################### | 100%
  374. wrapt-1.10.11 | 45 KB | ##################################### | 100%
  375. jedi-0.13.2 | 228 KB | ##################################### | 100%
  376. pyzmq-17.1.2 | 454 KB | ##################################### | 100%
  377. jupyter_client-5.2.4 | 128 KB | ##################################### | 100%
  378. ipython-7.2.0 | 1.0 MB | ##################################### | 100%
  379. pyparsing-2.3.0 | 101 KB | ##################################### | 100%
  380. mistune-0.8.4 | 54 KB | ##################################### | 100%
  381. Preparing transaction: done
  382. Verifying transaction: done
  383. Executing transaction: | + /home/ray/anaconda3/envs/fastai-please-work/bin/python -m nb_conda_kernels.install --enable
  384. Enabling nb_conda_kernels...
  385. Status: enabled
  386.  
  387. / + /home/ray/anaconda3/envs/fastai-please-work/bin/jupyter-nbextension enable nb_conda --py --sys-prefix
  388. Enabling notebook extension nb_conda/main...
  389. - Validating: OK
  390. Enabling tree extension nb_conda/tree...
  391. - Validating: OK
  392. + /home/ray/anaconda3/envs/fastai-please-work/bin/jupyter-serverextension enable nb_conda --py --sys-prefix
  393. Enabling: nb_conda
  394. - Writing config: /home/ray/anaconda3/envs/fastai-please-work/etc/jupyter
  395. - Validating...
  396. nb_conda 2.2.1 OK
  397.  
  398. done
  399. (fastai-please-work) ray@rayml:~$ conda install -y jupyter
  400. Solving environment: done
  401.  
  402. ## Package Plan ##
  403.  
  404. environment location: /home/ray/anaconda3/envs/fastai-please-work
  405.  
  406. added / updated specs:
  407. - jupyter
  408.  
  409.  
  410. The following packages will be downloaded:
  411.  
  412. package | build
  413. ---------------------------|-----------------
  414. widgetsnbextension-3.4.2 | py36_0 1.7 MB
  415. jupyter-1.0.0 | py36_7 6 KB
  416. jupyter_console-6.0.0 | py36_0 35 KB
  417. qtconsole-4.4.3 | py36_0 157 KB
  418. ipywidgets-7.4.2 | py36_0 151 KB
  419. ------------------------------------------------------------
  420. Total: 2.1 MB
  421.  
  422. The following NEW packages will be INSTALLED:
  423.  
  424. ipywidgets: 7.4.2-py36_0
  425. jupyter: 1.0.0-py36_7
  426. jupyter_console: 6.0.0-py36_0
  427. qtconsole: 4.4.3-py36_0
  428. widgetsnbextension: 3.4.2-py36_0
  429.  
  430.  
  431. Downloading and Extracting Packages
  432. widgetsnbextension-3 | 1.7 MB | ##################################### | 100%
  433. jupyter-1.0.0 | 6 KB | ##################################### | 100%
  434. jupyter_console-6.0. | 35 KB | ##################################### | 100%
  435. qtconsole-4.4.3 | 157 KB | ##################################### | 100%
  436. ipywidgets-7.4.2 | 151 KB | ##################################### | 100%
  437. Preparing transaction: done
  438. Verifying transaction: done
  439. Executing transaction: done
  440. (fastai-please-work) ray@rayml:~$ Screen -r jupyter
  441. No command 'Screen' found, did you mean:
  442. Command 'screen' from package 'screen' (main)
  443. Screen: command not found
  444. (fastai-please-work) ray@rayml:~$ screen -r jupyter
  445. [detached from 1561.jupyter]
  446.  
  447. # NOTE - Ngrok attach/detach to restart jupyter so it'll see new env.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement