p-vdp commented on issue #798: URL: https://github.com/apache/sedona-db/issues/798#issuecomment-4332494964
@paleolimbot > I think apache-sedona's dependency on pyarrow is specifically for pyspark Yes, that's it. `conda install pyspark` downloads ~600MB, so if it can be avoided that would lighten the install footprint. That being said, installing with `pip` is just as heavy since the `pyspark` .tar.gz alone [on PyPI](https://pypi.org/project/pyspark/#files) is 460MB...! > I think in general we'd like Windows ARM support (shows up on Microsoft Surface devices) but I haven't looked into the details and maybe it's hard. Apache Sedona doesn't currently build for `win-arm64` ([see here](https://anaconda.org/channels/conda-forge/packages/apache-sedona/overview)) which would need to happen before SedonaDB could build for that platform. I'd wait until there's significant demand for it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
