-
-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vyper.exceptions.TypeCheckFailure: pack_arguments did not return a value #2520
Comments
you might be missing the return value from the interface, or the fact that you're re-using the same interface that we have defined internally might be causing problems. |
Also maybe try v0.3.0? |
@fubuloubu I am new to vyper and only trying to implement the withdraw and deposit functions by interfacing the safeTransferFrom function from ERC721. Do you mind simplifying please? |
@charles-cooper o.2.16 is the latest release |
On v0.3.0 this throws
which is probably a dup of #2374 |
closing as this is a dup of #2374 By the way @Eniola4031 v0.3.0 is the latest release but as of yesterday we did not have the binaries uploaded to github. This has been corrected and you can view the released binaries here https://github.com/vyperlang/vyper/releases/tag/v0.3.0 |
Version Information
vyper --version
): 0.2.16python --version
): python3I tried to compile my codes using "vyper file_name.vy" and this is the error I get
Please include information like:
*Error compiling: bounty.v
y
vyper.exceptions.TypeCheckFailure: pack_arguments did not return a value
This is an unhandled internal compiler error. Please create an issue on Github to notify the developers.
How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: