pythonsdk中的问题,使用的是最新版的pythonsdk,有console2、3.py

使用的是最新版的pythonsdk,有console2、3.py
问题:
第一次运行
INFO >> compile with nodejs compiler
/usr/bin/env: ‘node’: No such file or directory
deploy exception! compile error for compile failed, error information:

解决:
原因:python-sdk/client_config.py中的solc_path不正确。
运行bash init_env.sh -i时 install solc into bin/solc/v0.4.25/solc,但client_config.py中定义为bin/solc/solc.exe,改为bin/solc/v0.4.25/solc即可
在这里插入图片描述
问题2:使用的是最新版的pythonsdk,有console2、3.py
出现问题
client.bcoserror.BcosException: key file bin/accounts/pemtest.pem doesn’t exist, please check client_config.py again and make sure this account exist
在这里插入图片描述

问题3:error information: init bcosclient failed, reason: start channelHandler Failed for [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056), host: 127.0.0.1, port: 20200

重新复制证书

你可能感兴趣的:(FISCOBCOS,1)