ModuleNotFoundError: nenhum módulo chamado 'tensorflow.contrib.lite.toco.python'

Comando exato para reproduzir: toco --help

Estou tentando executar o tutorial do codelab do tensorflow lite. Depois de instalar o tf-nightly, quando tento executar o comando "toco --help", recebo o erro ModuleNotFoundError: Nenhum módulo chamado 'tensorflow.contrib.lite.toco.python'.

Eu tentei isso em 3 computadores (todos os Windows) e o mesmo problema persiste.

Código-fonte / registros

C: \ Usuários \ HP \ Downloads> toco --help

Traceback (última chamada mais recente):

Arquivo "c: \ programdata \ anaconda3 \ lib \ runpy.py", linha 193, em _run_module_as_main "main", mod_spec)

Arquivo "c: \ programdata \ anaconda3 \ lib \ runpy.py", linha 85, no run_code exec (código, run_globals)

Arquivo "C: \ ProgramData \ Anaconda3 \ Scripts \ toco.exe_main.py", linha 5, em ModuleNotFoundError: nenhum módulo chamado 'tensorflow.contrib.lite.toco.python'

questionAnswers(4)

yourAnswerToTheQuestion