Closed mullahfaizal closed 3 years ago
@unparalleled-js :thinking: I believe we need a way to expose what these errors are via logging in ape core so it's easier to track down what the issues are in the plugin
@mullahfaizal note what is happening here is that the plugin is currently not compatible with ape core, and so loading the plugin is skipped, meaning that the compiler for .vy
files are not available when you execute the ape compile
command.
We will work on a fix for this plugin so that it is compatible with the latest ape core cc @sabotagebeats
@mullahfaizal note what is happening here is that the plugin is currently not compatible with ape core, and so loading the plugin is skipped, meaning that the compiler for
.vy
files are not available when you execute theape compile
command.We will work on a fix for this plugin so that it is compatible with the latest ape core cc @sabotagebeats
@fubuloubu I believe this is a breaking change in Ape 0.1.0-alpha.24. Compilation of vyper files does work in the current docker apeworx distro for version Ape 0.1.0-alpha.23. cc @unparalleled-js
@mullahfaizal as a workaround please try using ape version 0.1.0-alpha.23 until this bug is resolved.
Yep, ape core CLI tooling is currently moving around, changing.
@unparalleled-js 🤔 I believe we need a way to expose what these errors are via logging in ape core so it's easier to track down what the issues are in the plugin
Tried using Python 3.8 and 3.9, latest ape.
I don't have this issue with solidity