We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ape
$ ape --version 0.3.5.dev1+gcf0ee464 $ ape plugins list Installed Plugins: template 0.3.0 solidity 0.3.1 alchemy 0.3.0 vyper 0.3.0
ape-config.yaml
$ cat ape-config.yaml plugins: - name: solidity
Running tests without any changes errors if the relevant solc versions are not installed for the contracts attempting to be compiled by the tests
Looks like it's a false-positive issue when checking if a version of solc is installed, compiler.py:411 likely
compiler.py:411
The text was updated successfully, but these errors were encountered:
This came about from submitting #53 and noticing that the tests there were failing
Sorry, something went wrong.
There's a separate, blocking issue with Solidity for M1 Macs, detailed at ApeWorX/py-solc-x#152
Successfully merging a pull request may close this issue.
Environment information
ape
and plugin versions:ape-config.yaml
(NOTE: do not post anything private like RPC urls or secrets!):What went wrong?
Running tests without any changes errors if the relevant solc versions are not installed for the contracts attempting to be compiled by the tests
How can it be fixed?
Looks like it's a false-positive issue when checking if a version of solc is installed,
compiler.py:411
likelyThe text was updated successfully, but these errors were encountered: