dapple
                                
                                 dapple copied to clipboard
                                
                                    dapple copied to clipboard
                            
                            
                            
                        "no local solc found" unreliably
~/maker-core/.dapple/packages/ds-token# dapple test
Testing...
No local solc found. Failing over to JS compiler...
# which solc
/usr/bin/solc
????
It sometimes works which is even stranger
possibly related https://github.com/nexusdev/dapple/issues/339
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!