美文网首页
fbprophet导入问题

fbprophet导入问题

作者: 5539 | 来源:发表于2019-07-15 15:49 被阅读0次

    问题

    import fbprophet 后会提示:ERROR:fbprophet:Importing plotly failed. Interactive plots will not work.

    解决办法

    没有安装plotly模块
    直接

    conda install plotly -y 
    

    就行了


    image.png

    相关文章

      网友评论

          本文标题:fbprophet导入问题

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