I have a “run” step as follows:
- run:
name: Get dep dependencies
command: |
go get github.com/tensorflow/tensorflow/tensorflow/go
This then produces the following error. How do I resolve that?
#!/bin/bash -eo pipefail
go get github.com/tensorflow/tensorflow/tensorflow/go
github.com/tensorflow/tensorflow/tensorflow/go
/usr/bin/ld: cannot find -ltensorflow
collect2: error: ld returned 1 exit status
Exited with code 2