strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.33k stars 248 forks source link

Fresh install doesn't build #44

Closed robguilfoyle closed 6 years ago

robguilfoyle commented 6 years ago

After init'ing from homebrew and running comply init and following prompts, running comply build yields this:

Please install either Docker or the pandoc package and re-run `build`

Both docker and pandoc are installed. Could this be a gopath issue?

jmccarthy commented 6 years ago

@robguilfoyle could you confirm comply -v is 1.2.3?

If not, could you try:

brew upgrade comply

Which macOS release are you on? High Sierra?

Is Docker for macOS both installed and running?

Finally: what is the output of which pdflatex?

robguilfoyle commented 6 years ago

false alarm, I had a conflict with Docker for Mac and Docker. Apologies