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
@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.
Can the readme be updated to reflect this?
Can a version check be added at runtime so that installing incompatible versions is not possible?
What was wrong?
How can it be fixed?
¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: