python 3.5 in statsmodels ImportError: cannot import name '_representation'

后端 未结 3 1094
感情败类
感情败类 2021-02-19 06:11

I cannot manage to import statsmodels.api correctly when i do that I have this error:

File \"/home/mlv/.local/lib/python3.5/site-packages/statsmodels/tsa/

3条回答
  •  感情败类
    2021-02-19 06:24

    The issue was solved for me by installing the gihub repository version of statsmodels,

    pip3 install git+https://github.com/statsmodels/statsmodels.git
    

提交回复
热议问题