我试图使用下面的'pip‘为python安装'datatable’,但是我得到了错误。
pip install datatable
显示的错误是: 查找LLVM安装环境变量LLVM未设置环境变量LLVM7未设置环境变量LLVM6未设置环境变量LLVM5未设置环境变量LLVM4未设置候选目录
/usr/local/opt/llvm
未找到编译将不支持Llvm确定编译环境变量CXX
未设置环境变量CC
未设置Llvm安装未找到,无法搜索clang++编译器'compiler_cxx‘编译器clang++.exe
未找到编译器gcc.exe
未找到准备环境
SystemExit: Suitable C++ compiler cannot be determined. Please specify a compiler executable in the `CXX` environment variable.
我甚至重新安装了VC++编译器,并更新了:
pip install --upgrade setuptools
发布于 2020-05-23 19:26:10
如果您在Windows上,那么datatable可以通过pip
直接安装,从0.11版开始。现在,可以按照https://datatable.readthedocs.io/en/latest/install.html#install-on-windows上的说明安装库的开发快照。
https://stackoverflow.com/questions/56834035
复制相似问题