Golang : Missing Bazaar command
Problem :
Encounter this error message go: missing Bazaar command
when trying go get some package.
For example :
go: missing Bazaar command. See http://golang.org/s/gogetcmd
package github.com/rbg/cli imports launchpad.net/goamz/aws: exec: "bzr": executable file not found in $PATH
Solution :
Your local machine does not have Bazaar install. Download and install Bazaar from http://wiki.bazaar.canonical.com/Download
After installing Bazaar, rerun the go get command again.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+26.5k Golang : Find files by extension
+20.4k Golang : Read directory content with os.Open
+17.2k Golang : Check if IP address is version 4 or 6
+8.2k Golang : Generate Datamatrix barcode
+28.3k Get file path of temporary file in Go
+5.2k Golang : fmt.Println prints out empty data from struct
+7.4k Golang : Mapping Iban to Dunging alphabets
+6.1k Golang : Detect face in uploaded photo like GPlus
+44.5k Golang : Use wildcard patterns with filepath.Glob() example
+20.8k Golang : For loop continue,break and range
+7.3k Golang : Get YouTube playlist
+13.2k Facebook PHP getUser() returns 0