pip install web3 出错 Importing web3 python module results in assert keccak('') in eth_utils/crypto.py

版权声明:版权开放,任意转载!~~ https://blog.csdn.net/donghaiming111/article/details/80828663

问题描述:

pip install web3

ERROR 
Importing web3 python module results in assert keccak('') in eth_utils/crypto.py

分析原因:

    原因是...时间久了忘记了,再次遇到再补充...

解决方案:

    pip uninstall sha3 or pip uninstall pysha3 or sudo ... //卸载sha3或pysha3,然后重新安装web3

    pip install web3

猜你喜欢

转载自blog.csdn.net/donghaiming111/article/details/80828663