facebookresearch / Clinical-Trial-Parser

Library for converting clinical trial eligibility criteria to a machine-readable format.
Apache License 2.0
163 stars 58 forks source link

issues with "go build ./..." #11

Closed jingcheng-du closed 4 years ago

jingcheng-du commented 4 years ago

Thanks for sharing the codes. However, I was not able to run go build. I installed "go" from https://golang.org/dl/, and cd Clinical-Trial-Parser. Do you have more guidance on how to setup $GOPATH? Thanks!

src/cmd/cfg/main.go:13:2: cannot find package "github.com/facebookresearch/Clinical-Trial-Parser/src/common/conf" in any of: /usr/local/go/src/github.com/facebookresearch/Clinical-Trial-Parser/src/common/conf (from $GOROOT) /Users/xxx/go/src/github.com/facebookresearch/Clinical-Trial-Parser/src/common/conf (from $GOPATH)

salkola commented 4 years ago

Yes, please see the developer guide or #1.

jingcheng-du commented 4 years ago

thank you!