在mac上安装evmoswallet时,会报下面的操作:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for coincurve
Failed to build coincurve
ERROR: Could not build wheels for coincurve, which is required to install pyproject.toml-based projec
解决办法如下:
1.使用brew安装
autoconf,automake,libfido2,libtool,pkg-config
2.执行下面命令
pip3 install evmosproto==1.0.3
pip3 install evmoswallet==1.0.4