美文网首页
ImportError: cannot import name

ImportError: cannot import name

作者: 一个人一匹马 | 来源:发表于2023-02-06 09:11 被阅读0次

    前言:在使用PaddleBoBo进行数字人生成时报错

    1、错误
    ImportError: cannot import name 'MODEL_HOME' from 'paddlespeech.cli.utils' (/usr/local/python3/lib/python3.8/site-packages/paddlespeech/cli/utils.py)
    
    2、解决
    python3 -m pip install paddlespeech==1.0.0 -i [http://pypi.douban.com/simple/](http://pypi.douban.com/simple/) --trusted-host pypi.douban.com
    

    后记:降低了paddlespeech的版本,最新版本有问题。

    相关文章

      网友评论

          本文标题:ImportError: cannot import name

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