4
官方文檔https://scikits.appspot.com/statsmodels表示「scikits.statsmodels已經被移植到Python 3.2中進行測試」。但我得到:scikits.statsmodels不能與pip python 3.5一起安裝
$ pip install scikits.statsmodels
Collecting scikits.statsmodels
Using cached scikits.statsmodels-0.3.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-dbu7u2oo/scikits.statsmodels/setup.py", line 96
print "debug import success GIT_REVISION", GIT_REVISION
^
SyntaxError: Missing parentheses in call to 'print'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dbu7u2oo/scikits.statsmodels/
我該如何解決這個問題?
我只是在這裏複製它:https://github.com/statsmodels/statsmodels/issues/3598 – user3313834