Can t install pyethereum module

0 votes

I'm new in Ethereum, so probably that's a silly question.

Now I'm trying to install serpent and pyethereum according to this tutorial. Everything works well, but when I'm launching Python's code:

import serpent
import pyethereum

There is an error: No module named pyethereum

How can I solve it?

Sep 27, 2018 in Blockchain by digger
• 26,740 points
788 views

1 answer to this question.

0 votes

The module's name is ethereum, not pyethereum. Using the following:

import serpent
import ethereum

should work just fine.

answered Sep 27, 2018 by slayer
• 29,350 points

Related Questions In Blockchain

0 votes
1 answer

Cant install python module for python3.6 to use Jsonrpc for altcoin

Try this  VERSION=0.1 python3 setup.py install and there's also ...READ MORE

answered Sep 7, 2018 in Blockchain by digger
• 26,740 points
732 views
0 votes
1 answer

Can't install remote HTTP chaincode

Fabric 1.0 does not support remote paths ...READ MORE

answered Jun 27, 2018 in Blockchain by Omkar
• 69,210 points
637 views
0 votes
2 answers

Truffle compile: Cant find module error

You can install babel-register and try again. ...READ MORE

answered Feb 19, 2019 in Blockchain by Loki
2,747 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,700 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,146 views
0 votes
1 answer

Cant install quorum blockchain.

You are facing this issue because you ...READ MORE

answered Aug 1, 2018 in Blockchain by slayer
• 29,350 points
727 views
0 votes
1 answer

Cant locate english.txt file while intalling Python Bitcoin module

This is related to a pybitcointools bug where the ...READ MORE

answered Aug 30, 2018 in Blockchain by slayer
• 29,350 points
599 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP