Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Statsmodels 已安装在我的计算机中,我正在尝试通过 python3 从终端运行一些文件
当我尝试使用 import statsmodels.api as sm 运行 .py 文件时,出现错误
关于问题是什么的任何想法?
你做了 pip install statsmodels 还是 pip3 install statsmodels
如果您没有指定 pip3,它可能已将其安装到错误的 python 版本