美文网首页
ModuleNotFoundError: No module n

ModuleNotFoundError: No module n

作者: 愤愤的有痣青年 | 来源:发表于2020-12-23 20:45 被阅读0次

tensorflow 报错:
ModuleNotFoundError: No module named 'numba.decorators'
执行以下命令即可:
python3 -m pip install numba==0.48.0 -i https://mirrors.aliyun.com/pypi/simple/

报错

  File "/usr/local/lib/python3.6/dist-packages/soundfile.py", line 142, in <module>
    raise OSError('sndfile library not found')
OSError: sndfile library not found

解决办法:
apt-get install libsndfile1 -y

相关文章

网友评论

      本文标题:ModuleNotFoundError: No module n

      本文链接:https://www.haomeiwen.com/subject/kevunktx.html