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
ModuleNotFoundError: No module named 'eth.vm.forks.berlin'
My pyevm version is 0.3.0a20, which I see is not supported! However, I already had it installed in my environment from a separate package and there is nothing in this setup.py that gets mad about that.
I don't believe eth.vm.forks.berlin existed until 0.4.0, correct me if I am wrong!
Since py-evm is not listed in the install_requires, it does not ensure it gets updated or anything.
How can it be fixed?
Before importing BaseTransaction and TypedTransaction, check if pyevm version is high enough
The text was updated successfully, but these errors were encountered:
What was wrong?
Crashes when trying to import the backend.
Gets the issue:
My pyevm version is 0.3.0a20, which I see is not supported! However, I already had it installed in my environment from a separate package and there is nothing in this setup.py that gets mad about that.
I don't believe
eth.vm.forks.berlin
existed until 0.4.0, correct me if I am wrong!Since py-evm is not listed in the
install_requires
, it does not ensure it gets updated or anything.How can it be fixed?
Before importing
BaseTransaction
andTypedTransaction
, check if pyevm version is high enoughThe text was updated successfully, but these errors were encountered: