【问题标题】:Pip Install Arkouda fails even when Chapel installed即使安装了 Chapel,Pip Install Arkouda 也会失败
【发布时间】:2020-06-28 23:47:14
【问题描述】:

我正在尝试将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)

【问题讨论】:

    标签: numpy pip chapel


    【解决方案1】:

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

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-10-31
    • 1970-01-01
    • 1970-01-01
    • 2018-09-11
    • 2011-09-21
    • 1970-01-01
    相关资源
    最近更新 更多