dapple icon indicating copy to clipboard operation
dapple copied to clipboard

"no local solc found" unreliably

Open nmushegian opened this issue 9 years ago • 3 comments

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

????

nmushegian avatar Oct 19 '16 19:10 nmushegian

It sometimes works which is even stranger

nmushegian avatar Oct 19 '16 19:10 nmushegian

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

nmushegian avatar Oct 20 '16 22:10 nmushegian

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!

nanexcool avatar Feb 24 '17 16:02 nanexcool