dapphub / dapple

EVM contract system developer multitool
GNU General Public License v3.0
298 stars 59 forks source link

"no local solc found" unreliably #336

Open nmushegian opened 7 years ago

nmushegian commented 7 years ago
~/maker-core/.dapple/packages/ds-token# dapple test
Testing...
No local solc found. Failing over to JS compiler...
# which solc
/usr/bin/solc

????

nmushegian commented 7 years ago

It sometimes works which is even stranger

nmushegian commented 7 years ago

possibly related https://github.com/nexusdev/dapple/issues/339

nanexcool commented 7 years ago

Still having this issue...

Ubuntu 16.10

$ which solc
/usr/bin/solc
$ dapple --version
0.8.47

I even changed my .dapple/config to {"networks":{},"state":{"solc_path":"/usr/bin/solc" but still getting this problem :(

EDIT: after a couple restarts, it started working. Weird!