【发布时间】:2014-07-08 09:34:58
【问题描述】:
我有 statsmodels 0.5.0,我想升级到最新版本 0.6.0。
所以我愿意
$ git clone git://github.com/statsmodels/statsmodels.git
$ cd statsmodels
$ pip install .
但是,我得到一个错误:
error: can't copy 'statsmodels/nonparametric/_smoothers_lowess.c': doesn't exist or not a regular file
【问题讨论】:
标签: python python-2.7 statsmodels