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

SNOW-1791701: Support for Anaconda with pandas #2582

Closed
rgoubet opened this issue Nov 7, 2024 · 1 comment
Closed

SNOW-1791701: Support for Anaconda with pandas #2582

rgoubet opened this issue Nov 7, 2024 · 1 comment
Labels
bug Something isn't working needs triage Initial RCA is required

Comments

@rgoubet
Copy link

rgoubet commented Nov 7, 2024

I'm currently unable to run Snowpark with pandas in an Anaconda environment.

Creating the environment:

conda create -n sf -c conda-forge python=3.11 ipykernel pandas modin snowflake-snowpark-python[modin]

Next, if I run this

import snowflake.snowpark.modin.plugin

I get the following error:

RuntimeError: The pandas version installed (2.2.3) does not match the supported pandas version in Snowpark pandas (2.2.1). Run `pip install "snowflake-snowpark-python[modin]"` to resolve.

It works if I remove snowflake-snowpark-python with conda and reinstall with pip, but this is not recommended.

@rgoubet rgoubet added bug Something isn't working needs triage Initial RCA is required labels Nov 7, 2024
@github-actions github-actions bot changed the title Support for Anaconda with pandas SNOW-1791701: Support for Anaconda with pandas Nov 7, 2024
@rgoubet
Copy link
Author

rgoubet commented Nov 11, 2024

@rgoubet rgoubet closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Initial RCA is required
Projects
None yet
Development

No branches or pull requests

1 participant