Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.50 KB | None | 0 0
  1. /home/*/Desktop/HPX/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  2. Using sqlite database
  3. /home/*/Desktop/HPX/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  4. /home/*/Desktop/HPX/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  5. [Errno 11] Resource temporarily unavailable
  6. pyrollbar: No access_token provided. Please configure by calling rollbar.init() with your access token.
  7. Traceback (most recent call last):
  8.   File "run.py", line 12, in <module>
  9. Exception in thread Thread-1:
  10. Traceback (most recent call last):
  11.   File "threading.py", line 916, in _bootstrap_inner
  12.   File "threading.py", line 864, in run
  13.   File "multiprocessing/managers.py", line 172, in accepter
  14.   File "multiprocessing/connection.py", line 453, in accept
  15.   File "multiprocessing/connection.py", line 593, in accept
  16.   File "site-packages/gevent/_socket3.py", line 185, in accept
  17.   File "site-packages/gevent/_socket3.py", line 156, in _wait
  18.   File "site-packages/gevent/hub.py", line 651, in wait
  19.   File "site-packages/gevent/hub.py", line 898, in get
  20.   File "site-packages/gevent/hub.py", line 630, in switch
  21. gevent.hub.LoopExit: ('This operation would block forever', <Hub at 0x7f33a8bf3d58 epoll pending=0 ref=0 fileno=11>)
  22.  
  23.   File "happypanda/main.py", line 151, in start
  24.   File "happypanda/common/hlogger.py", line 267, in init_listener
  25.   File "multiprocessing/managers.py", line 662, in temp
  26.   File "multiprocessing/managers.py", line 554, in _create
  27.   File "multiprocessing/connection.py", line 493, in Client
  28.   File "multiprocessing/connection.py", line 732, in answer_challenge
  29.   File "multiprocessing/connection.py", line 216, in recv_bytes
  30.   File "multiprocessing/connection.py", line 407, in _recv_bytes
  31.   File "multiprocessing/connection.py", line 379, in _recv
  32. BlockingIOError: [Errno 11] Resource temporarily unavailable
  33. [9465] Failed to execute script run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement