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

时间:2020-06-28 23:47:14

标签: numpy pip chapel

我正在尝试将PyPi client安装到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)

1 个答案:

答案 0 :(得分:2)

Arkouda安装程序is looking for the CHPL_HOME environment variable。定义一个并重试安装。