关注this github我希望能够安装datatable
。
我运行fedora 26
发行版python3.6
statquant ~ python3
Python 3.6.4 (default, Mar 13 2018, 18:16:01)
[GCC 7.3.1 20180130 (Red Hat 7.3.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
当我尝试安装它时,我得到:
statquant ~ pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.3.2/datatable-0.3.2-cp36-cp36m-linux_x86_64.whl
datatable-0.3.2-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.
这是预期的吗? 我是python的新手
答案 0 :(得分:3)
目前,Python datatable
为以下平台分发预构建的二进制文件:
对于所有其他平台,您必须克隆存储库并手动build from source。