Open steven4354 opened 2 years ago
I was able to replicate this. I am not sure what is causing this since nothing has been updated in the repo within the past few months. I'll take a closer look and push a patch.
This just happened to me because I did not have vyper
binary installed. If you install vyper, it should resolve itself. This is a misleading error. I tried supplying full path /home/user/.../vyper_contracts
into the deployer contract and it was still giving this error. Which implied it must have been something else. Checking that I don't have vyper
installed and then installing it, fixed this issue.
Hi is anyone else getting this issue?
I tried debugging it but no luck
I cloned this repo directly and try to run
forge test
andforge test --ffi
but was unable to get the tests to run