Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with the Snowflake Data Cloud.
Apache License 2.0
297 stars 562 forks source link

Command to install the env fails #1401

Closed sfc-gh-sweingartner closed 1 week ago

sfc-gh-sweingartner commented 1 week ago

Describe the bug A clear and concise description of what the bug is. One of the first commands to install the env fails.

URL of where you see the bug https://quickstarts.snowflake.com/guide/end_to_end_nlp_and_ml_using_snowpark_python_and_streamlit:_sentiments_analysis/index.html?index=..%2F..index#1

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error Try to make it 15 seconds into the lab and you will see the error.
    When you try to run this command, you hit a problem: conda env create -f ./snowpark-env/conda-env_nlp_ml_sentiment_analysis.yml --force There are two different error messages. One says it does not recognize the force command. If you get rid of force, then you hit a second error which is that the yml file is not located in that directory. It's one directory deeper.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here. Change this command: conda env create -f ./snowpark-env/conda-env_nlp_ml_sentiment_analysis.yml --force to this: conda env create -f ./snowpark_nlp_ml_demo/snowpark-env/conda-env_nlp_ml_sentiment_analysis.yml

sfc-gh-sweingartner commented 1 week ago

Sorry, I didn't cd into the right folder to begin with. I think the lab is OK. This can be closed