Python statsmodels与英特尔MKL上的Cython问题

时间:2018-01-09 10:04:58

标签: python cython statsmodels intel-mkl

我正在尝试在Windows 7 64位系统上安装英特尔MKL 3.6.3发行版(2018版本1)上的statsmodel。

作为依赖关系statsmodels'州:

依赖关系

statsmodels 0.8使用以下最低版本要求进行了测试。

  • Python> = 2.6,包括Python 3.x
  • NumPy> = 1.6
  • SciPy> = 0.11
  • Pandas> = 0.12
  • Patsy> = 0.2.1
  • 构建
    需要
  • Cython> = 0.24 来自github的代码,但不是来自源代码分发。此前
    版本可能有用,但如果你是必须使用Cython> = 0.20.1 在Python 3.4。

当我在英特尔Python环境中执行pip freeze时,我得到:

  • Python 3.6.3 MKL
  • Numpy 1.13.3
  • Scipy 0.19.1
  • Pandas 0.20.3
  • Patsy 0.4.1
  • Cython 0.27.1

我得到的错误是:

enter image description here

0 个答案:

没有答案