Snowflake-Labs / sfguide-intro-to-machine-learning-with-snowflake-ml-for-python

Apache License 2.0
54 stars 114 forks source link

Apple silicon workaround vis-a-vis this tutorial #14

Closed uwo closed 4 months ago

uwo commented 7 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?

sfc-gh-sidas commented 4 months ago

You can still use python=3.10 in this project, and it should still work.