You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╭─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
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.
I am not a pythonista. not sure what to do.
The text was updated successfully, but these errors were encountered: