You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The message I got:
PS. I installed it with no issues in Ubuntu ( WSL )
The text was updated successfully, but these errors were encountered:
doug-pires
changed the title
Issu to install soda-core-pandas-dask via Poetry in Windows
Issue to install soda-core-pandas-dask via Poetry in Windows
May 17, 2024
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.
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.The message I got:
PS. I installed it with no issues in Ubuntu ( WSL )
The text was updated successfully, but these errors were encountered: