Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please provide instructions to run simulation #3

Open
kumavis opened this issue Aug 12, 2016 · 4 comments
Open

please provide instructions to run simulation #3

kumavis opened this issue Aug 12, 2016 · 4 comments

Comments

@kumavis
Copy link
Member

kumavis commented Aug 12, 2016

I am not a pythonista. not sure what to do.

╭─kumavis@xyzs-MBP  ~/dev/eth-economic-modeling/casper3   (master*) 
╰─$ python test.py 
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from casper import Validator
  File "/Users/kumavis/dev/eth-economic-modeling/casper3/casper.py", line 1, in <module>
    from ethereum.casper_utils import RandaoManager, get_skips_and_block_making_time, \
ImportError: No module named ethereum.casper_utils
╭─kumavis@xyzs-MBP  ~/dev/eth-economic-modeling/casper3   (master*) 
╰─$ python --version
Python 2.7.11
@cryptophonic
Copy link

did this ever get answered? same problem here.

@janx
Copy link
Member

janx commented Feb 16, 2017

Run it with ethereum/pyethereum@e8a4f7c.

@cryptophonic
Copy link

awesome, thanks for the input. will give that a shot.

@cryptophonic
Copy link

Following up on this, the commit above (e8a4f7c) worked for me against the tip for this repo as of today. @kumavis set your PYTHONPATH to the pyethereum repo directory after cloning that rev and it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants