Pip Install Arkouda 即使安装了 Chapel 也会失败



我正在尝试将 PyPi 客户端安装到 Arkouda

> pip install arkouda
...
File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/tmp/pip-install-8y41snys/arkouda/installers.py", line 60, in custom_run
raise ArkoudaBuildError("Chapel is not installed, Arkouda cannot be built")
installers.ArkoudaBuildError: Chapel is not installed, Arkouda cannot be built

但这显示了

> chpl --version
chpl version 1.23.0 pre-release (63dade1a2b)
Copyright 2020 Hewlett Packard Enterprise Development LP
Copyright 2004-2019 Cray Inc.
(See LICENSE file for more details)

Arkouda 安装程序正在寻找CHPL_HOME环境变量。定义一个并重试安装。

相关内容

  • 没有找到相关文章

最新更新