reflect.Value.Convert: value of type reflect.Value cannot be converted to type series.Type #201
Comments
|
If you check the travis.yml file, CI for Go 1.11 version is not there anymore. There's only 1.14, 1.13, 1.12, and it's been updated recently in February. However, The Dockerfile points to building Go 1.11. Maybe try redownloading this source and rewrite part of the Dockerfile to build from 1.13 and start again while this issue is resolved?
|
You won't have to rewrite the Dockerfile, it pulls the latest go package in the alpine repo Lines 28 to 31 in d8cdc38 Since it was built an year ago, go 1.11 probably was the latest version at that time. |
|
I digged into Dockerhub, and @oneoneonepig you are right the docker image was last pushed a year ago, while the latest Dockerfile source on this repo added support for 1.11 version. Looks like you'd have to try building this locally instead of using Docker @MilesLin. |

I ran container by

docker run -it -p 8888:8888 -v %CD%:/usr/share/notebooks gopherdata/gophernotes:latest-ds.The code below is that I tried to converting a column into a different type, it got an error.
I found that the go version in the container is go1.11.4.
However, I ran the same code on my local, it works.
computer info:
Is that any version problem?
The text was updated successfully, but these errors were encountered: