I had same error, and the reason was that I didn't have sentencepiece package installed.
So
pip install sentencepiece
solved the problem