ValueError: Verification failed: zkvyper error: ./etc/vyper-bin/0.4.0/vyper error: vyper.exceptions.ModuleNotFound: interfaces.IERC20Permit
contract "/tmp/.tmpnxNgof/lib/pypi/snekmate/tokens/erc20.vy:71", line 71:0
70 # syntax.
---> 71 import interfaces.IERC20Permit as IERC20Permit
--------^
72 implements: IERC20Permit
[30155] Failed to execute script 'vyper_compile' due to unhandled exception!
When working with interfaces, zkvyper seems to not be able to read the python environment for some reason.
When working with interfaces,
zkvyperseems to not be able to read the python environment for some reason.