ModuleNotFoundError: No module named 'snowflake'

ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app). Traceback: File “/home/appuser/venv/lib/python3.9/site-packages/streamlit/scriptrunner/script_runner.py”, line 554, in _run_script exec(code, module.dict) File “streamlit_app.py”, line 44, in import snowflake.connector

Please help me on this.

Follow the below commands:

  1. Uninstall snowflake
    pip uninstall snowflake
  2. Install snowflake-python-connector
    pip install snowflake-connector-python==2.8.3

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.