Skip to content
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

Don't download solc #949

Closed
hacker-DOM opened this issue Feb 3, 2021 · 2 comments
Closed

Don't download solc #949

hacker-DOM opened this issue Feb 3, 2021 · 2 comments

Comments

@hacker-DOM
Copy link

It would be great if it was possible to prevent brownie from downloading solc. I am using solc-select, and I suspect brownie doesn't like that and redownloads solc, even though all my contracts have pragma solidity 0.7.3 and solc --version gives 0.7.3. Hope that helps!

@iamdefinitelyahuman
Copy link
Member

Brownie is using py-solc-x under the hood to deal with Solidity version management. Normally py-solc-x will detect an installed verion of solc and use it rather than downloading, but I guess it's incompatible with solc-select. Probably it would be possible to make them play nicely together.

@iamdefinitelyahuman
Copy link
Member

I've opened a related issue on py-solc-x: ApeWorX/py-solc-x#122

Closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants