- 0x7fd55c1f1030>
2017-10-04 01:58:27,740 commit(389) Database retry reason: database is locked
2017-10-04 01:58:29,538 commit(388) Database cursor:
2017-10-04 01:58:29,540 commit(389) Database retry reason: database is locked
2017-10-04 01:58:31,447 commit(388) Database cursor:
2017-10-04 01:58:31,448 commit(389) Database retry reason: database is locked
Another issue on Centos 6:
- 2017-10-04 09:14:37,005 ledger_convert(266) Hyperblock recompression skipped
2017-10-04 09:14:37,005Traceback (most recent call last):
File "node.py", line 1367, in
conn, c = db_c_define()
File "node.py", line 194, in db_c_define
return conn, c
UnboundLocalError: local variable 'conn' referenced before assignment
i see your CentOS 6 Issue also in Ubuntu 16.04 Minimal
2017-10-04 10:36:01,595 ledger_convert(266) Hyperblock recompression skipped
2017-10-04 10:36:01,595
Traceback (most recent call last):
File "node.py", line 1367, in
conn, c = db_c_define()
File "node.py", line 194, in db_c_define
return conn, c
UnboundLocalError: local variable 'conn' referenced before assignment
all dependencies installed?
just ran a node on 16.04 and did not see this error.
All dependencies were installed successfully, python 3.5
I need a solution on CentOS 6
can you post a "pip3 list"?