如何在python3.5操作系统windows 10中安装模块tf0to1

如何在python3.5操作系统windows 10中安装模块tf0to1,python,tensorflow,Python,Tensorflow,我正在尝试使用下面的命令升级vactoriazed_graph.py,这给了我一个错误 C:\Python35>python tf_upgrade.py --infile vectorized_graph.py --outfile vectorized_graph_1.py Traceback (most recent call last): File "tf_upgrade.py", line 21, in <module> from tf0to1.core import

我正在尝试使用下面的命令升级vactoriazed_graph.py,这给了我一个错误

C:\Python35>python tf_upgrade.py --infile vectorized_graph.py --outfile 
vectorized_graph_1.py
Traceback (most recent call last):
File "tf_upgrade.py", line 21, in <module>
from tf0to1.core import Tensorflow0To1Transformer
(我已经安装了模块redbaron)

有什么建议吗

C:\Python35\Scripts>pip3 install tf0to1
Collecting tf0to1
  Could not find a version that satisfies the requirement tf0to1 (from 
  versions: )
  No matching distribution found for tf0to1