FISCO BCOS (35)——Python Sdk linux environment console use

Note: According to the previous one-key deployment, all the processes are completed first, and then the following operations are performed . Note that our operations are all carried out on ubuntu, regardless of other environments (I have stepped on the pits, and I will not mine pits according to mine)

pythonsdk Gitee地址:https://gitee.com/wei_hong_liang/python-sdk?_from=gitee_search#python-sdk

1. Install python-sdk dependent software

sudo apt install -y zlib1g-dev libffi6 libffi-dev wget git

Note: If the above operation is wrong, follow the steps below

vim /etc/apt/sources.list

#阿里源
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic

Guess you like

Origin blog.csdn.net/weixin_46457946/article/details/130637340