ImportError: cannot import name ‘audio_ops‘ (TensorFlow)

於小勇發表於2020-12-18

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/   解決

相關文章