Open ldct opened 5 years ago
eth-tester beta 3? You're a good long ways behind... Can you upgrade to beta 39?
I copied and pasted wrongly... the version should be 0.1.0b39
. updated.
This already fixed on master
.
You probably need to do something like pip install eth-tester[py-evm]
to get the right versions.
@pipermerriam OK, after reading the setup.py more carefully I see why I triggered this bug. setup.py says it pins py-evm version, but actually this only means that installing eth-tester[py-evm]
installs the specified version of py-evm. You can install incompatible versions of eth-tester and py-evm separately.
What was wrong?
How can it be fixed?
¯\_(ツ)_/¯