我正在尝试使用下面的命令升级vactorized_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
ImportError:没有名为'tf0to1'的模块
当我尝试安装模块tf0to1时,我得到以下错误。
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
(我已经安装了模块redbaron)
有什么建议吗?