Installation of python bindings, and issues on the go-dependency

Hey @utropic-media I heard feedback that python bindings are a little hard to install, mainly due to the go-dependency which required setup the go toolchain to get up and running. Any insight you can offer? thanks!

Hi @jocelyn -

The current install process is due to the upstream requirements of using the go toolchain. Right now based on current bandwidth this is the optimal approach. The other immediate option is to ship binaries, however, developers often like the source of what they’re working with. It’s a trade-off.

-K

thanks for the fast reply !