Closed uwo closed 4 months ago
Hello! I'm just getting started with Snowpark and I'd like to do the quickstart guide associated with this tutorial. In the workaround mentioned here, it mentions using python=3.8 like so:
CONDA_SUBDIR=osx-64 conda create -n snowpark python=3.8 numpy pandas pyarrow --override-channels -c https://repo.anaconda.com/pkgs/snowflake
I see that this project currently uses 3.10. Should I downgrade python to 3.8 in conda_env.yml?
conda_env.yml
You can still use python=3.10 in this project, and it should still work.
Hello! I'm just getting started with Snowpark and I'd like to do the quickstart guide associated with this tutorial. In the workaround mentioned here, it mentions using python=3.8 like so:
CONDA_SUBDIR=osx-64 conda create -n snowpark python=3.8 numpy pandas pyarrow --override-channels -c https://repo.anaconda.com/pkgs/snowflake
I see that this project currently uses 3.10. Should I downgrade python to 3.8 in
conda_env.yml
?