Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. import rethinkdb as r
  2. conn=r.connect().repl()
  3.  
  4. ethinkdb.errors.ReqlDriverError: Could not connect to localhost:28015. Error: [Errno 111] Connection refused
  5.  
  6. pip freeze
  7.  
  8. backports-abc==0.5
  9. backports.shutil-get-terminal-size==1.0.0
  10. bleach==2.1.2
  11. boto==2.38.0
  12. cassandra-driver==3.12.0
  13. certifi==2017.11.5
  14. chardet==2.3.0
  15. click==6.7
  16. configparser==3.5.0
  17. cryptography==1.2.3
  18. decorator==4.1.2
  19. duplicity==0.7.6
  20. entrypoints==0.2.3
  21. enum34==1.1.2
  22. Flask==0.12.2
  23. functools32==3.2.3.post2
  24. futures==3.2.0
  25. html5lib==1.0.1
  26. idna==2.0
  27. ipaddress==1.0.16
  28. ipykernel==4.7.0
  29. ipython==5.5.0
  30. ipython-genutils==0.2.0
  31. ipywidgets==7.0.5
  32. itsdangerous==0.24
  33. Jinja2==2.10
  34. jsonschema==2.6.0
  35. jupyter==1.0.0
  36. jupyter-client==5.2.0
  37. jupyter-console==5.2.0
  38. jupyter-core==4.4.0
  39. lockfile==0.12.2
  40. MarkupSafe==1.0
  41. mistune==0.8.3
  42. nbconvert==5.3.1
  43. nbformat==4.4.0
  44. ndg-httpsclient==0.4.0
  45. notebook==5.2.2
  46. pandocfilters==1.4.2
  47. pathlib2==2.3.0
  48. pexpect==4.3.1
  49. pickleshare==0.7.4
  50. prompt-toolkit==1.0.15
  51. ptyprocess==0.5.2
  52. pyasn1==0.1.9
  53. Pygments==2.2.0
  54. pygobject==3.20.0
  55. pyOpenSSL==0.15.1
  56. python-cloudfiles==1.7.10
  57. python-dateutil==2.6.1
  58. pyxdg==0.25
  59. pyzmq==16.0.3
  60. qtconsole==4.3.1
  61. requests==2.9.1
  62. rethinkdb==2.3.0.post6
  63. scandir==1.6
  64. simplegeneric==0.8.1
  65. singledispatch==3.4.0.3
  66. six==1.10.0
  67. terminado==0.8.1
  68. testpath==0.3.1
  69. tornado==4.5.2
  70. traitlets==4.3.2
  71. urllib3==1.13.1
  72. wcwidth==0.1.7
  73. webencodings==0.5.1
  74. Werkzeug==0.12.2
  75. widgetsnbextension==3.0.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement