鱼:“ python3 rpc_example.py”被信号SIGABRT终止终止

问题描述

我正在使用带iTerm2(鱼壳)的Mac上使用python 3.5.6研究比特币核心,并且出现以下错误

fish: 'python3 rpc_example.py' terminated by signal SIGABRT (Abort)

from bitcoin.rpc import RawProxy
p = RawProxy()
info = p.getblockchaininfo()
print(info['blocks'])

我已经安装了以下内容

pip3 install bitcoin
pip3 install python-bitcoinlib

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)