sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.87k stars 204 forks source link

Issue to install soda-core-pandas-dask via Poetry in Windows #2085

Closed doug-pires closed 4 months ago

doug-pires commented 4 months ago

I tried to install the soda-core-pandas-dask using Poetry via PowerShell ( windows OS )

After running poetry add soda-core-pandas-dask throw an error for the package dask-sql.

image

The message I got: image

PS. I installed it with no issues in Ubuntu ( WSL ) image

tools-soda commented 4 months ago

SAS-3480

m1n0 commented 4 months ago

Hi, this is not related to Soda in any way, you are having issues because dask-sql does not provide prebuilt binaries for you version of Python, which I assume is 3.11. See dask-sql issue here.

You can either use a version of Python for which dask-sql provides a prebuilt binary or install the necessary system requirements to build it yourself. As your log says, you need a Rust complier for that.