Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
doug-pires opened this issue May 17, 2024 · 2 comments
Closed

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

doug-pires opened this issue May 17, 2024 · 2 comments

Comments

@doug-pires
Copy link

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

@doug-pires 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
@tools-soda
Copy link

SAS-3480

@m1n0
Copy link
Contributor

m1n0 commented 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.

@m1n0 m1n0 closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants