无法在python中安装多版本软件包

时间:2018-12-17 14:41:02

标签: python pip package install

我正在尝试导入软件包:

 from statsmodels.formula.api import ols
 from statsmodels.base.model import Model

但是,我收到一条错误消息:

ImportError:没有名为multivariate_ols的模块

当我尝试使用以下命令使用pip安装时:

 python -m pip install multivariate_ols

我收到以下错误:

 Could not find a version that satisfies the requirement multivariate_ols (from versions: )   
No matching distribution found for multivariate_ols

我的python版本是:Python 2.7.15rc1

能帮我摆脱这个吗?

0 个答案:

没有答案