我试图在Ubuntu上第一次运行Abe,我不得不pip install requests
因为python包丢失了,现在我正在运行'sudo python -m Abe.abe --config / home / user / blockchain-explorer-master / abe.conf我收到错误:
File "/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py", line 525, in ddl
store.cursor.execute(stmt)
sqlite3.OperationalError: table configvar already exists
知道解决方案是什么?