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

Apache License 2.0
54 stars 114 forks source link

Too many = for the Python version specification in conda_env.yml #9

Closed sfc-gh-mstellwall closed 11 months ago

sfc-gh-mstellwall commented 12 months ago

In conda_env.yml the Python reference is set like this: python==3.9

This will generate an error, the correct way to set the Python version is to use one = python=3.9

sfc-gh-sidas commented 11 months ago

Fixed, thanks!