在 MacOS 上安装 PixieDust 时出错

在 MacOS 上安装 PixieDust 时出错

我使用 MacOs 10.14,并且已经安装了 jupyter notebook 和 python 3。我通过 homebrew 安装了 spark 2.4.4,一切看起来都很好。我通过安装了 Pixiedust,pip当我尝试安装 Jupiter Kernel 时,jupyter pixiedust install我按照说明进行操作:

  1. 第一步:

    PIXIEDUST_HOME: /Users/USERNAME/pixiedust
    Keep y/n [y]? y
    
  2. 第二步:请输入SPARK_HOME位置:“/Users/USERNAME/spark”:

    Directory /Users/USERNAME/spark does not contain a valid SPARK install
    Download Spark y/n [y]? n` And I provide de spark path.
    

但最后我收到了这个错误:

无法在 SPARK_HOME 中找到 py4j:/usr/local/Cellar/apache-spark/2.4.4

相关内容