I have installed conda on linux ubuntu 16. When I install or update a package named sentencepiece it install the version 0.1.85 (which I guess is from 2 months ago according to anaconda website). However the latest version is 0.1.91.
I can't install the latest version so that I can use it in python because I guess it refers to the conda packages. I tried to follow an instruction in the package home on github and installed the latest version using a package manager named vcpkg. However, I don't think it has any effect on python or conda, as a sample program didn't compile and the conda still list it as 0.1.85
please guide me what can I do