tensorflow 报错:
from tensorflow.python.framework import ops as tf\_ops
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/ 解决