Hi,I am attempting to build the Databricks Koalas source code on an ARM platform but am encountering an error. Could anyone provide specific steps for building it on ARM?
Hi @Alberto_Umana,I am trying to build Koalas following the steps mentioned in the Contributing Guide — Koalas 1.8.2 documentation:1. git clone https://github.com/databricks/koalas.git2. pip install pyspark==2.4pip install -r requirements-dev.txtpip ...