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
+9.2k Golang : Get all countries currencies code in JSON format
+5.1k Javascript : Change page title to get viewer attention
+7.5k Golang : Error reading timestamp with GORM or SQL driver
+5.8k PHP : Get client IP address
+4.8k Golang : Get a list of crosses(instruments) available to trade from Oanda account
+8.1k Useful methods to access blocked websites
+17.9k Golang : Get command line arguments
+7.6k Golang : Generate human readable password
+23.3k Golang : Check if element exist in map
+6.3k Golang : Totalize or add-up an array or slice example
+5.7k Golang : Shuffle array of list
+27.4k PHP : Count number of JSON items/objects