ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
141 stars 49 forks source link

Improve error message for failed OSX installations #68

Closed iamdefinitelyahuman closed 4 years ago

iamdefinitelyahuman commented 4 years ago

Environment information

What was wrong?

The error message when attempting to install a 0.4 version with OSX should specify the exact failing version, rather than only 0.4.x.

Related to iamdefinitelyahuman/brownie#487

How can it be fixed?

Modify the error message at solcx/install.py#L332