ImportError: cannot import name ‘audio_ops‘ (TensorFlow)

2022-09-02 20:18:47 浏览数 (1)

tensorflow 报错:

代码语言:txt复制
 from tensorflow.python.framework import ops as tf_ops
代码语言:txt复制
ImportError: cannot import name 'audio_ops'

https://cloud.tencent.com/developer/article/1763524

解决办法: sudo pip3 install tf-nightly -i https://pypi.tuna.tsinghua.edu.cn/simple/

我在win7下:pip3 install tf-nightly -i https://pypi.tuna.tsinghua.edu.cn/simple/ 解决

0 人点赞