ImportError: cannot import name 'audio_ops' (TensorFlow)

tensorflow 报错:
    from tensorflow.python.framework import ops as tf_ops

    ImportError: cannot import name 'audio_ops'

https://blog.csdn.net/KyrieHe/article/details/79540124

解决办法: 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/   解决

ImportError: cannot import name 'audio_ops' (TensorFlow)_第1张图片

你可能感兴趣的:(Python学习)