我试图在ubuntu上安装Serpent和PyEPM,并收到了以下错误消息:“无法初始化软件包”。
我运行的命令:
sudo apt-get install Serpent
pip install pyepm我做错什么了。
发布于 2017-07-21 18:10:22
发布于 2018-03-11 11:09:57
我的操作系统是4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
我的pip版本是pip 9.0.1 (python 2.7)
我使用下面的命令来安装您想要的东西。
sudo pip install ethereum-serpent
pip install pyepmhttps://ethereum.stackexchange.com/questions/21743
复制相似问题