Kirill

Results 4 comments of Kirill

@sberlinux I recall that this code was written for Python 2. The module that you have problem with was renamed in Python 3

go env: `````` GOARCH="386" GOBIN="" GOEXE="" GOHOSTARCH="386" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/kir/.go" GORACE="" GOROOT="/usr/lib/go" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_386" GO15VENDOREXPERIMENT="" CC="gcc" GOGCCFLAGS="-fPIC -m32 -pthread -fmessage-length=0" CXX="g++" CGO_ENABLED="1"``` go version: `````` go version: ``` go1.5.1 linux/386 ```

go version: ``` go version go1.7 linux/386 ``` go get github.com/gonum/plot/: ``` # bitbucket.org/zombiezen/gopdf/pdf run compiler with -v for register allocation sites .go/src/bitbucket.org/zombiezen/gopdf/pdf/image.go:89: internal compiler error: out of fixed registers...

@byashimov Cool! But I don't like useless dependencies=) There is a hack. You can create model without doing migrations and override url to dashboards. In this case you don't need...