commands/commands_pre_push.go:84 +0x775 github.com/spf13/cobra.(*Command).execute(0x98d880, 0xc208044d60, 0x2, 0x2, 0x0, 0x0) /Users/rick/github/git-lfs/.vendor/src/github.com/spf13/cobra/command.go:355 +0x17c github.com/spf13/cobra.(*Command).findAndExecute(0x98d780, 0xc...
In this case I would be curious to see the exact output of your: python -c "import urllib.parse; print(urllib.parse)" As well as a pip freeze. Both commands on your host. subbNine commented Aug 13, 2018 • edited For python 3 You should do: from urllib.parse import urlencode Fo...